Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java53 static final boolean DEBUG_FREEZER = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DCachedAppOptimizer.java20 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FREEZER;
1062 if (DEBUG_FREEZER) { in freezeAppAsyncLSP()
1075 if (DEBUG_FREEZER) { in unfreezeAppInternalLSP()
1101 if ((freezeInfo & ASYNC_RECEIVED_WHILE_FROZEN) != 0 && DEBUG_FREEZER) { in unfreezeAppInternalLSP()
1681 if (DEBUG_FREEZER) { in freezeProcess()
1838 if (DEBUG_FREEZER) { in onBlockingFileLock()