Class ShadowVisualVoicemailSms


  • @Implements(value=android.telephony.VisualVoicemailSms.class,
                minSdk=26)
    public class ShadowVisualVoicemailSms
    extends java.lang.Object
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<android.telephony.VisualVoicemailSms> CREATOR
    • Constructor Detail

      • ShadowVisualVoicemailSms

        public ShadowVisualVoicemailSms()
    • 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()
      • getFields

        @Implementation
        protected android.os.Bundle getFields()
      • getMessageBody

        @Implementation
        protected java.lang.String getMessageBody()
      • describeContents

        @Implementation
        protected int describeContents()
      • writeToParcel

        @Implementation
        protected void writeToParcel​(android.os.Parcel dest,
                                     int flags)