Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84e328c9 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Improve docs about exceptions through Binder." into oc-mr1-dev am: 6e3af279

am: 5a0d7035

Change-Id: I45a971a83f6431e3d9b00c83a2abfd734d3f547f
parents de629850 5a0d7035
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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}.
+1 −0
Original line number Diff line number Diff line
@@ -1782,6 +1782,7 @@ public final class Parcel {
     * <li>{@link IllegalStateException}
     * <li>{@link NullPointerException}
     * <li>{@link SecurityException}
     * <li>{@link UnsupportedOperationException}
     * <li>{@link NetworkOnMainThreadException}
     * </ul>
     *