Loading core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -29976,6 +29976,7 @@ package android.os { method public boolean hasFileDescriptors(); method public byte[] marshall(); method @NonNull public static android.os.Parcel obtain(); method @NonNull public static android.os.Parcel obtain(@NonNull android.os.IBinder); method @Nullable public Object[] readArray(@Nullable ClassLoader); method @Nullable public java.util.ArrayList readArrayList(@Nullable ClassLoader); method public void readBinderArray(@NonNull android.os.IBinder[]); core/java/android/os/Parcel.java +0 −2 Original line number Diff line number Diff line Loading @@ -458,8 +458,6 @@ public final class Parcel { * transaction on this specific binder object. Based on this, the format of the wire binder * protocol may change. For future compatibility, it is recommended to use this for all * Parcels. * * @hide */ @NonNull public static Parcel obtain(@NonNull IBinder binder) { Loading Loading
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -29976,6 +29976,7 @@ package android.os { method public boolean hasFileDescriptors(); method public byte[] marshall(); method @NonNull public static android.os.Parcel obtain(); method @NonNull public static android.os.Parcel obtain(@NonNull android.os.IBinder); method @Nullable public Object[] readArray(@Nullable ClassLoader); method @Nullable public java.util.ArrayList readArrayList(@Nullable ClassLoader); method public void readBinderArray(@NonNull android.os.IBinder[]);
core/java/android/os/Parcel.java +0 −2 Original line number Diff line number Diff line Loading @@ -458,8 +458,6 @@ public final class Parcel { * transaction on this specific binder object. Based on this, the format of the wire binder * protocol may change. For future compatibility, it is recommended to use this for all * Parcels. * * @hide */ @NonNull public static Parcel obtain(@NonNull IBinder binder) { Loading