1{
2  "methods": {
3    "beginBroadcast()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "int",
10      "exceptions": [],
11      "name": "beginBroadcast()"
12    },
13    "finishBroadcast()": {
14      "isImplementation": true,
15      "modifiers": [
16        "protected"
17      ],
18      "params": [],
19      "returnType": "void",
20      "exceptions": [],
21      "name": "finishBroadcast()"
22    },
23    "getBroadcastCookie(int)": {
24      "isImplementation": true,
25      "modifiers": [
26        "protected"
27      ],
28      "params": [
29        "index"
30      ],
31      "returnType": "java.lang.Object",
32      "exceptions": [],
33      "name": "getBroadcastCookie(int)"
34    },
35    "getBroadcastItem(int)": {
36      "isImplementation": true,
37      "modifiers": [
38        "protected"
39      ],
40      "params": [
41        "index"
42      ],
43      "returnType": "E",
44      "exceptions": [],
45      "name": "getBroadcastItem(int)"
46    },
47    "kill()": {
48      "isImplementation": true,
49      "modifiers": [
50        "protected"
51      ],
52      "params": [],
53      "returnType": "void",
54      "exceptions": [],
55      "name": "kill()"
56    },
57    "onCallbackDied(E)": {
58      "isImplementation": true,
59      "modifiers": [
60        "protected"
61      ],
62      "params": [
63        "callback"
64      ],
65      "returnType": "void",
66      "exceptions": [],
67      "name": "onCallbackDied(E)"
68    },
69    "onCallbackDied(E,java.lang.Object)": {
70      "isImplementation": true,
71      "modifiers": [
72        "protected"
73      ],
74      "params": [
75        "callback",
76        "cookie"
77      ],
78      "returnType": "void",
79      "exceptions": [],
80      "name": "onCallbackDied(E,java.lang.Object)"
81    },
82    "register(E)": {
83      "isImplementation": true,
84      "modifiers": [
85        "protected"
86      ],
87      "params": [
88        "callback"
89      ],
90      "returnType": "boolean",
91      "exceptions": [],
92      "name": "register(E)"
93    },
94    "register(E,java.lang.Object)": {
95      "isImplementation": true,
96      "modifiers": [
97        "protected"
98      ],
99      "params": [
100        "callback",
101        "cookie"
102      ],
103      "returnType": "boolean",
104      "exceptions": [],
105      "name": "register(E,java.lang.Object)"
106    },
107    "unregister(E)": {
108      "isImplementation": true,
109      "modifiers": [
110        "protected"
111      ],
112      "params": [
113        "callback"
114      ],
115      "returnType": "boolean",
116      "exceptions": [],
117      "name": "unregister(E)"
118    }
119  },
120  "imports": [
121    "android.os.IBinder",
122    "android.os.IInterface",
123    "android.os.RemoteCallbackList",
124    "android.os.RemoteException",
125    "java.util.HashMap",
126    "org.robolectric.annotation.Implementation",
127    "org.robolectric.annotation.Implements",
128    "org.robolectric.shadows.ShadowRemoteCallbackList.Callback"
129  ],
130  "name": "org.robolectric.shadows.ShadowRemoteCallbackList"
131}