Package org.robolectric.shadows
Class ShadowVisualVoicemailSms
- java.lang.Object
-
- org.robolectric.shadows.ShadowVisualVoicemailSms
-
@Implements(value=android.telephony.VisualVoicemailSms.class, minSdk=26) public class ShadowVisualVoicemailSms extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<android.telephony.VisualVoicemailSms>CREATOR
-
Constructor Summary
Constructors Constructor Description ShadowVisualVoicemailSms()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static void__staticInitializer__()protected intdescribeContents()protected android.os.BundlegetFields()protected java.lang.StringgetMessageBody()protected android.telecom.PhoneAccountHandlegetPhoneAccountHandle()protected java.lang.StringgetPrefix()ShadowVisualVoicemailSmssetFields(android.os.Bundle fields)ShadowVisualVoicemailSmssetMessageBody(java.lang.String messageBody)ShadowVisualVoicemailSmssetPhoneAccountHandle(android.telecom.PhoneAccountHandle phoneAccountHandle)ShadowVisualVoicemailSmssetPrefix(java.lang.String prefix)protected voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Method Detail
-
__staticInitializer__
@Implementation protected static void __staticInitializer__()
-
getPhoneAccountHandle
@Implementation protected android.telecom.PhoneAccountHandle getPhoneAccountHandle()
-
setPhoneAccountHandle
public ShadowVisualVoicemailSms setPhoneAccountHandle(android.telecom.PhoneAccountHandle phoneAccountHandle)
-
getPrefix
@Implementation protected java.lang.String getPrefix()
-
setPrefix
public ShadowVisualVoicemailSms setPrefix(java.lang.String prefix)
-
getFields
@Implementation protected android.os.Bundle getFields()
-
setFields
public ShadowVisualVoicemailSms setFields(android.os.Bundle fields)
-
getMessageBody
@Implementation protected java.lang.String getMessageBody()
-
setMessageBody
public ShadowVisualVoicemailSms setMessageBody(java.lang.String messageBody)
-
describeContents
@Implementation protected int describeContents()
-
writeToParcel
@Implementation protected void writeToParcel(android.os.Parcel dest, int flags)
-
-