Home
last modified time | relevance | path

Searched defs:getAllocatableBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl186 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
DStorageManager.java1742 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() method in StorageManager
1751 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() method in StorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2899 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService