Loading core/java/android/os/IBinder.java +7 −4 Original line number Diff line number Diff line Loading @@ -294,8 +294,11 @@ public interface IBinder { * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method * will be called. * * <p>This will automatically be unlinked when all references to the linked * binder proxy are dropped.</p> * * <p>You will only receive death notifications for remote binders, * as local binders by definition can't die without you dying as well. * as local binders by definition can't die without you dying as well.</p> * * @throws RemoteException if the target IBinder's * process has already died. Loading Loading
core/java/android/os/IBinder.java +7 −4 Original line number Diff line number Diff line Loading @@ -294,8 +294,11 @@ public interface IBinder { * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method * will be called. * * <p>This will automatically be unlinked when all references to the linked * binder proxy are dropped.</p> * * <p>You will only receive death notifications for remote binders, * as local binders by definition can't die without you dying as well. * as local binders by definition can't die without you dying as well.</p> * * @throws RemoteException if the target IBinder's * process has already died. Loading