Searched defs:lowStorageThreshold (Results 1 – 2 of 2) sorted by relevance
294 long lowStorageThreshold = getLowStorageThreshold(context); in idleOptimization() local344 long lowStorageThreshold) { in idleOptimizePackages()418 long lowStorageThreshold, boolean isForPrimaryDex, ArraySet<String> updatedPackages) { in optimizePackages()560 private int abortIdleOptimizations(long lowStorageThreshold) { in abortIdleOptimizations()
121 long lowStorageThreshold = (info.totalBytes * DEFAULT_LOW_FREE_PERCENT) / 100; in volumeNeedsManagement() local