Loading core/java/android/os/RemoteCallbackList.java +1 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,7 @@ public class RemoteCallbackList<E extends IInterface> { * handle such an exception by simply ignoring it. * * @param index Which of the registered callbacks you would like to * retrieve. Ranges from 0 to 1-{@link #beginBroadcast}. * retrieve. Ranges from 0 to {@link #beginBroadcast}-1, inclusive. * * @return Returns the callback interface that you can call. This will * always be non-null. Loading Loading
core/java/android/os/RemoteCallbackList.java +1 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,7 @@ public class RemoteCallbackList<E extends IInterface> { * handle such an exception by simply ignoring it. * * @param index Which of the registered callbacks you would like to * retrieve. Ranges from 0 to 1-{@link #beginBroadcast}. * retrieve. Ranges from 0 to {@link #beginBroadcast}-1, inclusive. * * @return Returns the callback interface that you can call. This will * always be non-null. Loading