Loading api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7099,7 +7099,7 @@ package android.os { method @Nullable public android.os.NativeHandle getHandle(); method @NonNull public String getName(); method public long getSize(); method @NonNull public android.os.NativeHandle releaseHandle(); method @Nullable public android.os.NativeHandle releaseHandle(); } public class HidlSupport { Loading api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1889,7 +1889,7 @@ package android.os { method @Nullable public android.os.NativeHandle getHandle(); method @NonNull public String getName(); method public long getSize(); method @NonNull public android.os.NativeHandle releaseHandle(); method @Nullable public android.os.NativeHandle releaseHandle(); } public abstract class HwBinder implements android.os.IHwBinder { Loading core/java/android/os/HidlMemory.java +2 −2 Original line number Diff line number Diff line Loading @@ -85,11 +85,11 @@ public class HidlMemory implements Closeable { } /** * Disowns the underlying handle and returns it. This object becomes invalid. * Disowns the underlying handle and returns it. The underlying handle becomes null. * * @return The underlying handle. */ @NonNull @Nullable public NativeHandle releaseHandle() { NativeHandle handle = mHandle; mHandle = null; Loading Loading
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7099,7 +7099,7 @@ package android.os { method @Nullable public android.os.NativeHandle getHandle(); method @NonNull public String getName(); method public long getSize(); method @NonNull public android.os.NativeHandle releaseHandle(); method @Nullable public android.os.NativeHandle releaseHandle(); } public class HidlSupport { Loading
api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1889,7 +1889,7 @@ package android.os { method @Nullable public android.os.NativeHandle getHandle(); method @NonNull public String getName(); method public long getSize(); method @NonNull public android.os.NativeHandle releaseHandle(); method @Nullable public android.os.NativeHandle releaseHandle(); } public abstract class HwBinder implements android.os.IHwBinder { Loading
core/java/android/os/HidlMemory.java +2 −2 Original line number Diff line number Diff line Loading @@ -85,11 +85,11 @@ public class HidlMemory implements Closeable { } /** * Disowns the underlying handle and returns it. This object becomes invalid. * Disowns the underlying handle and returns it. The underlying handle becomes null. * * @return The underlying handle. */ @NonNull @Nullable public NativeHandle releaseHandle() { NativeHandle handle = mHandle; mHandle = null; Loading