Home
last modified time | relevance | path

Searched refs:lowStorageThreshold (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java605 long lowStorageThreshold = getLowStorageThreshold(); in runIdleOptimization() local
606 status = idleOptimizePackages(pm, pkgs, lowStorageThreshold, isPostBootUpdate); in runIdleOptimization()
664 long lowStorageThreshold, boolean isPostBootUpdate) in idleOptimizePackages() argument
682 LOW_THRESHOLD_MULTIPLIER_FOR_DOWNGRADE * lowStorageThreshold; in idleOptimizePackages()
728 return optimizePackages(pkgs, lowStorageThreshold, updatedPackages, isPostBootUpdate); in idleOptimizePackages()
742 private int optimizePackages(List<String> pkgs, long lowStorageThreshold, in optimizePackages() argument
753 int abortCode = abortIdleOptimizations(lowStorageThreshold); in optimizePackages()
970 private int abortIdleOptimizations(long lowStorageThreshold) { in abortIdleOptimizations() argument
991 if (usableSpace < lowStorageThreshold) { in abortIdleOptimizations()