Searched refs:getStorageLowBytes (Results 1 – 7 of 7) sorted by relevance
202 fillUpStorage((long) (getStorageLowBytes() * LOW_STORAGE_MULTIPLIER)); in fillUpToLowStorage()235 private static long getStorageLowBytes() { in getStorageLowBytes() method in BackgroundDexOptServiceIntegrationTests238 return storageManager.getStorageLowBytes(Environment.getDataDirectory()); in getStorageLowBytes()
181 final long lowBytes = storage.getStorageLowBytes(file); in check()305 .getStorageLowBytes(Environment.getDataDirectory());436 pw.print(storage.getStorageLowBytes(file)); in dumpImpl()
252 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold()
177 final long lowThreshold = StorageManager.from(context).getStorageLowBytes(mDataDir); in getLowStorageThreshold()
17905 final long lowThreshold = storage.getStorageLowBytes( in overrideInstallLocation()
1463 public long getStorageLowBytes(File path) { in getStorageLowBytes() method in StorageManager
3978 lowReserved = storage.getStorageLowBytes(path); in getAllocatableBytes()4027 bytes += storage.getStorageLowBytes(path); in allocateBytes()