1{
2  "methods": {
3    "getCallingPid()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static",
8        "final"
9      ],
10      "params": [],
11      "returnType": "int",
12      "exceptions": [],
13      "name": "getCallingPid()"
14    },
15    "getCallingUid()": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected",
19        "static",
20        "final"
21      ],
22      "params": [],
23      "returnType": "int",
24      "exceptions": [],
25      "name": "getCallingUid()"
26    },
27    "reset()": {
28      "isImplementation": false,
29      "modifiers": [
30        "public",
31        "static"
32      ],
33      "params": [],
34      "returnType": "void",
35      "exceptions": [],
36      "name": "reset()"
37    },
38    "setCallingPid(int)": {
39      "isImplementation": false,
40      "modifiers": [
41        "public",
42        "static"
43      ],
44      "params": [
45        "pid"
46      ],
47      "returnType": "void",
48      "exceptions": [],
49      "name": "setCallingPid(int)"
50    },
51    "setCallingUid(int)": {
52      "isImplementation": false,
53      "modifiers": [
54        "public",
55        "static"
56      ],
57      "params": [
58        "uid"
59      ],
60      "returnType": "void",
61      "exceptions": [],
62      "name": "setCallingUid(int)"
63    },
64    "transact(int,android.os.Parcel,android.os.Parcel,int)": {
65      "isImplementation": true,
66      "modifiers": [
67        "protected"
68      ],
69      "params": [
70        "code",
71        "data",
72        "reply",
73        "flags"
74      ],
75      "returnType": "boolean",
76      "exceptions": [
77        "android.os.RemoteException"
78      ],
79      "name": "transact(int,android.os.Parcel,android.os.Parcel,int)"
80    }
81  },
82  "imports": [
83    "android.os.Binder",
84    "android.os.Parcel",
85    "android.os.RemoteException",
86    "org.robolectric.annotation.Implementation",
87    "org.robolectric.annotation.Implements",
88    "org.robolectric.annotation.RealObject",
89    "org.robolectric.annotation.Resetter"
90  ],
91  "name": "org.robolectric.shadows.ShadowBinder"
92}