Package org.robolectric.shadows
Class ShadowRemoteCallbackList<E extends IInterface>
java.lang.Object
org.robolectric.shadows.ShadowRemoteCallbackList<E>
@Implements(android.os.RemoteCallbackList.class) public class ShadowRemoteCallbackList<E extends IInterface> extends Object
-
Constructor Summary
Constructors Constructor Description ShadowRemoteCallbackList()
-
Method Summary
Modifier and Type Method Description protected int
beginBroadcast()
protected void
finishBroadcast()
protected Object
getBroadcastCookie(int index)
protected E
getBroadcastItem(int index)
protected int
getRegisteredCallbackCount()
protected void
kill()
protected void
onCallbackDied(E callback)
protected void
onCallbackDied(E callback, Object cookie)
protected boolean
register(E callback)
protected boolean
register(E callback, Object cookie)
protected boolean
unregister(E callback)
-
Constructor Details
-
ShadowRemoteCallbackList
public ShadowRemoteCallbackList()
-
-
Method Details