Class ShadowVisualVoicemailSms

java.lang.Object
org.robolectric.shadows.ShadowVisualVoicemailSms

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

  • Constructor Details

    • ShadowVisualVoicemailSms

      public ShadowVisualVoicemailSms()
  • Method Details

    • __staticInitializer__

      @Implementation protected static void __staticInitializer__()
    • getPhoneAccountHandle

      @Implementation protected PhoneAccountHandle getPhoneAccountHandle()
    • setPhoneAccountHandle

      public ShadowVisualVoicemailSms setPhoneAccountHandle(PhoneAccountHandle phoneAccountHandle)
    • getPrefix

      @Nullable @Implementation protected String getPrefix()
    • setPrefix

      public ShadowVisualVoicemailSms setPrefix(String prefix)
    • getFields

      @Nullable @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)