Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DCachedAppOptimizer.java1882 private boolean shouldThrottleMiscCompaction(ProcessRecord proc, int procState) { in shouldThrottleMiscCompaction() method in CachedAppOptimizer.MemCompactionHandler
2006 if (shouldThrottleMiscCompaction(proc, procState)) { in handleMessage()