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 Object
-
-
Field Summary
Fields Modifier and Type Field Description static Parcelable.Creator<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 int
describeContents()
protected Bundle
getFields()
protected String
getMessageBody()
protected PhoneAccountHandle
getPhoneAccountHandle()
protected String
getPrefix()
ShadowVisualVoicemailSms
setFields(Bundle fields)
ShadowVisualVoicemailSms
setMessageBody(String messageBody)
ShadowVisualVoicemailSms
setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle)
ShadowVisualVoicemailSms
setPrefix(String prefix)
protected void
writeToParcel(Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final Parcelable.Creator<VisualVoicemailSms> CREATOR
-
-
Method Detail
-
__staticInitializer__
@Implementation protected static void __staticInitializer__()
-
getPhoneAccountHandle
@Implementation protected PhoneAccountHandle getPhoneAccountHandle()
-
setPhoneAccountHandle
public ShadowVisualVoicemailSms setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle)
-
getPrefix
@Implementation protected String getPrefix()
-
setPrefix
public ShadowVisualVoicemailSms setPrefix(String prefix)
-
getFields
@Implementation protected Bundle getFields()
-
setFields
public ShadowVisualVoicemailSms setFields(Bundle fields)
-
getMessageBody
@Implementation protected String getMessageBody()
-
setMessageBody
public ShadowVisualVoicemailSms setMessageBody(String messageBody)
-
describeContents
@Implementation protected int describeContents()
-
writeToParcel
@Implementation protected void writeToParcel(Parcel dest, int flags)
-
-