1{ 2 "methods": { 3 "__staticInitializer__()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "static" 8 ], 9 "params": [], 10 "returnType": "void", 11 "exceptions": [], 12 "name": "__staticInitializer__()" 13 }, 14 "describeContents()": { 15 "isImplementation": true, 16 "modifiers": [ 17 "protected" 18 ], 19 "params": [], 20 "returnType": "int", 21 "exceptions": [], 22 "name": "describeContents()" 23 }, 24 "getFields()": { 25 "isImplementation": true, 26 "modifiers": [ 27 "protected" 28 ], 29 "params": [], 30 "returnType": "android.os.Bundle", 31 "exceptions": [], 32 "name": "getFields()" 33 }, 34 "getMessageBody()": { 35 "isImplementation": true, 36 "modifiers": [ 37 "protected" 38 ], 39 "params": [], 40 "returnType": "java.lang.String", 41 "exceptions": [], 42 "name": "getMessageBody()" 43 }, 44 "getPhoneAccountHandle()": { 45 "isImplementation": true, 46 "modifiers": [ 47 "protected" 48 ], 49 "params": [], 50 "returnType": "android.telecom.PhoneAccountHandle", 51 "exceptions": [], 52 "name": "getPhoneAccountHandle()" 53 }, 54 "getPrefix()": { 55 "isImplementation": true, 56 "modifiers": [ 57 "protected" 58 ], 59 "params": [], 60 "returnType": "java.lang.String", 61 "exceptions": [], 62 "name": "getPrefix()" 63 }, 64 "setFields(android.os.Bundle)": { 65 "isImplementation": false, 66 "modifiers": [ 67 "public" 68 ], 69 "params": [ 70 "fields" 71 ], 72 "returnType": "org.robolectric.shadows.ShadowVisualVoicemailSms", 73 "exceptions": [], 74 "name": "setFields(android.os.Bundle)" 75 }, 76 "setMessageBody(java.lang.String)": { 77 "isImplementation": false, 78 "modifiers": [ 79 "public" 80 ], 81 "params": [ 82 "messageBody" 83 ], 84 "returnType": "org.robolectric.shadows.ShadowVisualVoicemailSms", 85 "exceptions": [], 86 "name": "setMessageBody(java.lang.String)" 87 }, 88 "setPhoneAccountHandle(android.telecom.PhoneAccountHandle)": { 89 "isImplementation": false, 90 "modifiers": [ 91 "public" 92 ], 93 "params": [ 94 "phoneAccountHandle" 95 ], 96 "returnType": "org.robolectric.shadows.ShadowVisualVoicemailSms", 97 "exceptions": [], 98 "name": "setPhoneAccountHandle(android.telecom.PhoneAccountHandle)" 99 }, 100 "setPrefix(java.lang.String)": { 101 "isImplementation": false, 102 "modifiers": [ 103 "public" 104 ], 105 "params": [ 106 "prefix" 107 ], 108 "returnType": "org.robolectric.shadows.ShadowVisualVoicemailSms", 109 "exceptions": [], 110 "name": "setPrefix(java.lang.String)" 111 }, 112 "writeToParcel(android.os.Parcel,int)": { 113 "isImplementation": true, 114 "modifiers": [ 115 "protected" 116 ], 117 "params": [ 118 "dest", 119 "flags" 120 ], 121 "returnType": "void", 122 "exceptions": [], 123 "name": "writeToParcel(android.os.Parcel,int)" 124 } 125 }, 126 "imports": [ 127 "android.annotation.Nullable", 128 "android.os.Build.VERSION_CODES", 129 "android.os.Bundle", 130 "android.os.Parcel", 131 "android.os.Parcelable.Creator", 132 "android.telecom.PhoneAccountHandle", 133 "android.telephony.VisualVoicemailSms", 134 "org.robolectric.annotation.Implementation", 135 "org.robolectric.annotation.Implements", 136 "org.robolectric.shadow.api.Shadow", 137 "org.robolectric.util.ReflectionHelpers" 138 ], 139 "name": "org.robolectric.shadows.ShadowVisualVoicemailSms" 140}