Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DCachedAppOptimizer.java19 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_COMPACTION;
506 if (DEBUG_COMPACTION) { in dump()
535 if (DEBUG_COMPACTION) { in meetsCompactionRequirements()
542 if (DEBUG_COMPACTION) { in meetsCompactionRequirements()
559 if (DEBUG_COMPACTION) { in compactAppFull()
570 if (DEBUG_COMPACTION) { in compactAppFull()
589 if (DEBUG_COMPACTION) { in compactApp()
602 if (DEBUG_COMPACTION) { in compactApp()
633 if (DEBUG_COMPACTION) { in compactAllSystem()
1277 if (DEBUG_COMPACTION) { in resolveCompactionAction()
[all …]
DActivityManagerDebugConfig.java52 static final boolean DEBUG_COMPACTION = DEBUG_ALL || false; field in ActivityManagerDebugConfig