Searched refs:getStorageLowBytes (Results 1 – 6 of 6) sorted by relevance
195 final long lowBytes = storage.getStorageLowBytes(file); in check()314 .getStorageLowBytes(Environment.getDataDirectory());
147 final long lowThreshold = StorageManager.from(context).getStorageLowBytes(mDataDir); in getLowStorageThreshold()
223 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold()
362 mtpReserveSize = storage.getStorageLowBytes(userPath); in buildStorageVolume()
1167 public long getStorageLowBytes(File path) { in getStorageLowBytes() method in StorageManager
3317 final long lowReserved = storage.getStorageLowBytes(path); in getAllocatableBytes()3369 bytes += storage.getStorageLowBytes(path); in allocateBytes()