Home
last modified time | relevance | path

Searched refs:getStorageFullBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java180 final long fullBytes = storage.getStorageFullBytes(file); in check()
438 pw.println(storage.getStorageFullBytes(file)); in dumpImpl()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1453 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()
1507 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3979 fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()
4025 bytes += storage.getStorageFullBytes(path); in allocateBytes()