Loading api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5187,7 +5187,7 @@ package android.os { public static interface Binder.ProxyTransactListener { method public void onTransactEnded(@Nullable Object); method public Object onTransactStarted(android.os.IBinder, int); method @Nullable public Object onTransactStarted(@NonNull android.os.IBinder, int); } public class BugreportManager { Loading core/java/android/os/Binder.java +2 −1 Original line number Diff line number Diff line Loading @@ -653,7 +653,8 @@ public class Binder implements IBinder { * * @return an object that will be passed back to #onTransactEnded (or null). */ Object onTransactStarted(IBinder binder, int transactionCode); @Nullable Object onTransactStarted(@NonNull IBinder binder, int transactionCode); /** * Called after onTranact (even when an exception is thrown). Loading Loading
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5187,7 +5187,7 @@ package android.os { public static interface Binder.ProxyTransactListener { method public void onTransactEnded(@Nullable Object); method public Object onTransactStarted(android.os.IBinder, int); method @Nullable public Object onTransactStarted(@NonNull android.os.IBinder, int); } public class BugreportManager { Loading
core/java/android/os/Binder.java +2 −1 Original line number Diff line number Diff line Loading @@ -653,7 +653,8 @@ public class Binder implements IBinder { * * @return an object that will be passed back to #onTransactEnded (or null). */ Object onTransactStarted(IBinder binder, int transactionCode); @Nullable Object onTransactStarted(@NonNull IBinder binder, int transactionCode); /** * Called after onTranact (even when an exception is thrown). Loading