Loading core/java/android/os/RemoteCallbackList.java +3 −3 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ public class RemoteCallbackList<E extends IInterface> { * until a corresponding call to {@link #unregister} or its hosting process * goes away. If the callback was already registered (determined by * checking to see if the {@link IInterface#asBinder callback.asBinder()} * object is already in the list), then it will be left as-is. * object is already in the list), then it will be replaced with the new callback. * Registrations are not counted; a single call to {@link #unregister} * will remove a callback after any number calls to register it. * Loading Loading
core/java/android/os/RemoteCallbackList.java +3 −3 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ public class RemoteCallbackList<E extends IInterface> { * until a corresponding call to {@link #unregister} or its hosting process * goes away. If the callback was already registered (determined by * checking to see if the {@link IInterface#asBinder callback.asBinder()} * object is already in the list), then it will be left as-is. * object is already in the list), then it will be replaced with the new callback. * Registrations are not counted; a single call to {@link #unregister} * will remove a callback after any number calls to register it. * Loading