Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4588,6 +4588,7 @@ package android.os.storage { method public void allocateBytes(java.util.UUID, long, int) throws java.io.IOException; method public void allocateBytes(java.io.FileDescriptor, long, int) throws java.io.IOException; method public long getAllocatableBytes(java.util.UUID, int) throws java.io.IOException; method public static boolean hasIsolatedStorage(); field public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0x1 } Loading core/java/android/os/storage/StorageManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,7 @@ public class StorageManager { } /** {@hide} */ @SystemApi @TestApi public static boolean hasIsolatedStorage() { // Prefer to use snapshot for current boot when available Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4588,6 +4588,7 @@ package android.os.storage { method public void allocateBytes(java.util.UUID, long, int) throws java.io.IOException; method public void allocateBytes(java.io.FileDescriptor, long, int) throws java.io.IOException; method public long getAllocatableBytes(java.util.UUID, int) throws java.io.IOException; method public static boolean hasIsolatedStorage(); field public static final int FLAG_ALLOCATE_AGGRESSIVE = 1; // 0x1 } Loading
core/java/android/os/storage/StorageManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -1540,6 +1540,7 @@ public class StorageManager { } /** {@hide} */ @SystemApi @TestApi public static boolean hasIsolatedStorage() { // Prefer to use snapshot for current boot when available Loading