Searched defs:getAllocatableBytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1669 * @see #getAllocatableBytes(UUID, int)
1742 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) method in class:StorageManager
1744 return getAllocatableBytes(storageUuid, 0);
1751 public long getAllocatableBytes(@NonNull UUID storageUuid, method in class:StorageManager
1754 return mStorageManager.getAllocatableBytes(convert(storageUuid), flags,
1770 * {@link #getAllocatableBytes(UUID)} will fail.
1788 * @see #getAllocatableBytes(UUID)
1818 * {@link #getAllocatableBytes(UUID)} will fail.
1838 * @see #getAllocatableBytes(UUID, int)
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2899 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { method in class:StorageManagerService
2946 final long allocatableBytes = getAllocatableBytes(volumeUuid, flags, callingPackage);

Completed in 98 milliseconds