1{
2  "methods": {
3    "getDefaultSmsPackage(android.content.Context)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static"
8      ],
9      "params": [
10        "context"
11      ],
12      "returnType": "java.lang.String",
13      "exceptions": [],
14      "name": "getDefaultSmsPackage(android.content.Context)"
15    },
16    "reset()": {
17      "isImplementation": false,
18      "modifiers": [
19        "public",
20        "static",
21        "synchronized"
22      ],
23      "params": [],
24      "returnType": "void",
25      "exceptions": [],
26      "name": "reset()"
27    },
28    "setDefaultSmsPackage(java.lang.String)": {
29      "isImplementation": false,
30      "modifiers": [
31        "public",
32        "static"
33      ],
34      "params": [
35        "defaultSmsPackage"
36      ],
37      "returnType": "void",
38      "exceptions": [],
39      "name": "setDefaultSmsPackage(java.lang.String)",
40      "documentation": "Override the package name returned from calling {@link Sms#getDefaultSmsPackage(Context)}.\n\n\u003cp\u003eThis will be reset for the next test.\n"
41    }
42  },
43  "imports": [
44    "android.annotation.Nullable",
45    "android.content.Context",
46    "android.os.Build.VERSION_CODES",
47    "android.provider.Telephony",
48    "android.provider.Telephony.Sms",
49    "org.robolectric.annotation.Implementation",
50    "org.robolectric.annotation.Implements",
51    "org.robolectric.annotation.Resetter"
52  ],
53  "name": "org.robolectric.shadows.ShadowTelephony.ShadowSms"
54}