Loading core/api/module-lib-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,10 @@ package android.os.storage { field public static final int APP_IO_BLOCKED_REASON_TRANSCODING = 0; // 0x0 } public final class StorageVolume implements android.os.Parcelable { method @NonNull public android.os.UserHandle getOwner(); } } package android.provider { Loading core/java/android/os/storage/StorageVolume.java +9 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.os.storage; import static android.annotation.SystemApi.Client.MODULE_LIBRARIES; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; Loading Loading @@ -289,9 +291,14 @@ public final class StorageVolume implements Parcelable { return mMaxFileSize; } /** {@hide} */ /** * Returns the user that owns this volume * * {@hide} */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023) public UserHandle getOwner() { @SystemApi(client = MODULE_LIBRARIES) public @NonNull UserHandle getOwner() { return mOwner; } Loading Loading
core/api/module-lib-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -312,6 +312,10 @@ package android.os.storage { field public static final int APP_IO_BLOCKED_REASON_TRANSCODING = 0; // 0x0 } public final class StorageVolume implements android.os.Parcelable { method @NonNull public android.os.UserHandle getOwner(); } } package android.provider { Loading
core/java/android/os/storage/StorageVolume.java +9 −2 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package android.os.storage; import static android.annotation.SystemApi.Client.MODULE_LIBRARIES; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; Loading Loading @@ -289,9 +291,14 @@ public final class StorageVolume implements Parcelable { return mMaxFileSize; } /** {@hide} */ /** * Returns the user that owns this volume * * {@hide} */ @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023) public UserHandle getOwner() { @SystemApi(client = MODULE_LIBRARIES) public @NonNull UserHandle getOwner() { return mOwner; } Loading