@Implements(value=android.telephony.VisualVoicemailSms.class, minSdk=26) public class ShadowVisualVoicemailSms extends Object
Modifier and Type | Field | Description |
---|---|---|
static Parcelable.Creator<VisualVoicemailSms> |
CREATOR |
Constructor | Description |
---|---|
ShadowVisualVoicemailSms() |
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) |
public static final Parcelable.Creator<VisualVoicemailSms> CREATOR
@Implementation protected static void __staticInitializer__()
@Implementation protected PhoneAccountHandle getPhoneAccountHandle()
public ShadowVisualVoicemailSms setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle)
@Implementation protected String getPrefix()
public ShadowVisualVoicemailSms setPrefix(String prefix)
@Implementation protected Bundle getFields()
public ShadowVisualVoicemailSms setFields(Bundle fields)
@Implementation protected String getMessageBody()
public ShadowVisualVoicemailSms setMessageBody(String messageBody)
@Implementation protected int describeContents()
@Implementation protected void writeToParcel(Parcel dest, int flags)