1{
2  "methods": {
3    "getCallingPackage()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "java.lang.String",
10      "exceptions": [],
11      "minSdk": 19,
12      "name": "getCallingPackage()"
13    },
14    "setCallingPackage(java.lang.String)": {
15      "isImplementation": false,
16      "modifiers": [
17        "public"
18      ],
19      "params": [
20        "callingPackage"
21      ],
22      "returnType": "void",
23      "exceptions": [],
24      "name": "setCallingPackage(java.lang.String)"
25    }
26  },
27  "imports": [
28    "android.os.Build.VERSION_CODES.KITKAT",
29    "org.robolectric.shadow.api.Shadow.directlyOn",
30    "android.content.ContentProvider",
31    "org.robolectric.annotation.Implementation",
32    "org.robolectric.annotation.Implements",
33    "org.robolectric.annotation.RealObject"
34  ],
35  "name": "org.robolectric.shadows.ShadowContentProvider"
36}