Loading core/java/android/os/Binder.java +5 −0 Original line number Diff line number Diff line Loading @@ -441,6 +441,11 @@ public class Binder implements IBinder { * * <p>If you want to call this, call transact(). * * <p>Implementations that are returning a result should generally use * {@link Parcel#writeNoException() Parcel.writeNoException} and * {@link Parcel#writeException(Exception) Parcel.writeException} to propagate * exceptions back to the caller.</p> * * @param code The action to perform. This should * be a number between {@link #FIRST_CALL_TRANSACTION} and * {@link #LAST_CALL_TRANSACTION}. Loading core/java/android/os/Parcel.java +1 −0 Original line number Diff line number Diff line Loading @@ -1782,6 +1782,7 @@ public final class Parcel { * <li>{@link IllegalStateException} * <li>{@link NullPointerException} * <li>{@link SecurityException} * <li>{@link UnsupportedOperationException} * <li>{@link NetworkOnMainThreadException} * </ul> * Loading Loading
core/java/android/os/Binder.java +5 −0 Original line number Diff line number Diff line Loading @@ -441,6 +441,11 @@ public class Binder implements IBinder { * * <p>If you want to call this, call transact(). * * <p>Implementations that are returning a result should generally use * {@link Parcel#writeNoException() Parcel.writeNoException} and * {@link Parcel#writeException(Exception) Parcel.writeException} to propagate * exceptions back to the caller.</p> * * @param code The action to perform. This should * be a number between {@link #FIRST_CALL_TRANSACTION} and * {@link #LAST_CALL_TRANSACTION}. Loading
core/java/android/os/Parcel.java +1 −0 Original line number Diff line number Diff line Loading @@ -1782,6 +1782,7 @@ public final class Parcel { * <li>{@link IllegalStateException} * <li>{@link NullPointerException} * <li>{@link SecurityException} * <li>{@link UnsupportedOperationException} * <li>{@link NetworkOnMainThreadException} * </ul> * Loading