Searched refs:DEBUG_COMPACTION (Results 1 – 2 of 2) sorted by relevance
19 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 …]
52 static final boolean DEBUG_COMPACTION = DEBUG_ALL || false; field in ActivityManagerDebugConfig