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.aidl187 long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) = 77; in getAllocatableBytes() method
DStorageManager.java2038 public @BytesLong long getAllocatableBytes(@NonNull UUID storageUuid) in getAllocatableBytes() method in StorageManager
2047 public long getAllocatableBytes(@NonNull UUID storageUuid, in getAllocatableBytes() method in StorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3218 public long getAllocatableBytes(String volumeUuid, int flags, String callingPackage) { in getAllocatableBytes() method in StorageManagerService