@Implements(value=android.os.RemoteCallbackList.class) public class ShadowRemoteCallbackList<E extends android.os.IInterface> extends java.lang.Object
Constructor and Description |
---|
ShadowRemoteCallbackList() |
Modifier and Type | Method and Description |
---|---|
protected int |
beginBroadcast() |
protected void |
finishBroadcast() |
protected java.lang.Object |
getBroadcastCookie(int index) |
protected E |
getBroadcastItem(int index) |
protected void |
kill() |
protected void |
onCallbackDied(E callback) |
protected void |
onCallbackDied(E callback,
java.lang.Object cookie) |
protected boolean |
register(E callback) |
protected boolean |
register(E callback,
java.lang.Object cookie) |
protected boolean |
unregister(E callback) |
@Implementation protected boolean register(E callback)
@Implementation protected boolean register(E callback, java.lang.Object cookie)
@Implementation protected boolean unregister(E callback)
@Implementation protected void kill()
@Implementation protected void onCallbackDied(E callback)
@Implementation protected void onCallbackDied(E callback, java.lang.Object cookie)
@Implementation protected int beginBroadcast()
@Implementation protected E getBroadcastItem(int index)
@Implementation protected java.lang.Object getBroadcastCookie(int index)
@Implementation protected void finishBroadcast()