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.java184 final long fullBytes = storage.getStorageFullBytes(file); in checkLow()
484 pw.println(storage.getStorageFullBytes(file)); in dumpImpl()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1498 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()
1591 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4154 fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()
4200 bytes += storage.getStorageFullBytes(path); in allocateBytes()