Searched refs:getStorageLowBytes (Results 1 – 8 of 8) sorted by relevance
201 fillUpStorage((long) (getStorageLowBytes() * LOW_STORAGE_MULTIPLIER)); in fillUpToLowStorage()229 private static long getStorageLowBytes() { in getStorageLowBytes() method in BackgroundDexOptServiceIntegrationTests232 return storageManager.getStorageLowBytes(Environment.getDataDirectory()); in getStorageLowBytes()
181 final long lowBytes = storage.getStorageLowBytes(file); in check()305 .getStorageLowBytes(Environment.getDataDirectory());
240 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold()
171 final long lowThreshold = StorageManager.from(context).getStorageLowBytes(mDataDir); in getLowStorageThreshold()
14764 final long lowThreshold = storage.getStorageLowBytes(
1330 public long getStorageLowBytes(File path) { in getStorageLowBytes() method in StorageManager
3232 final long lowReserved = storage.getStorageLowBytes(path); in getAllocatableBytes()3280 bytes += storage.getStorageLowBytes(path); in allocateBytes()
12587 HSPLandroid/os/storage/StorageManager;->getStorageLowBytes(Ljava/io/File;)J