{ "methods": { "beginBroadcast()": { "isImplementation": true, "modifiers": [ "protected" ], "params": [], "returnType": "int", "exceptions": [], "name": "beginBroadcast()" }, "finishBroadcast()": { "isImplementation": true, "modifiers": [ "protected" ], "params": [], "returnType": "void", "exceptions": [], "name": "finishBroadcast()" }, "getBroadcastCookie(int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "index" ], "returnType": "java.lang.Object", "exceptions": [], "name": "getBroadcastCookie(int)" }, "getBroadcastItem(int)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "index" ], "returnType": "E", "exceptions": [], "name": "getBroadcastItem(int)" }, "kill()": { "isImplementation": true, "modifiers": [ "protected" ], "params": [], "returnType": "void", "exceptions": [], "name": "kill()" }, "onCallbackDied(E)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "callback" ], "returnType": "void", "exceptions": [], "name": "onCallbackDied(E)" }, "onCallbackDied(E,java.lang.Object)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "callback", "cookie" ], "returnType": "void", "exceptions": [], "name": "onCallbackDied(E,java.lang.Object)" }, "register(E)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "callback" ], "returnType": "boolean", "exceptions": [], "name": "register(E)" }, "register(E,java.lang.Object)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "callback", "cookie" ], "returnType": "boolean", "exceptions": [], "name": "register(E,java.lang.Object)" }, "unregister(E)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "callback" ], "returnType": "boolean", "exceptions": [], "name": "unregister(E)" } }, "imports": [ "android.os.IBinder", "android.os.IInterface", "android.os.RemoteCallbackList", "android.os.RemoteException", "java.util.HashMap", "org.robolectric.annotation.Implementation", "org.robolectric.annotation.Implements", "org.robolectric.shadows.ShadowRemoteCallbackList.Callback" ], "name": "org.robolectric.shadows.ShadowRemoteCallbackList" }