Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java66 static final boolean DEBUG_POWER = DEBUG_ALL || false; field in ActivityManagerDebugConfig
67 static final boolean DEBUG_POWER_QUICK = DEBUG_POWER || false;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java53 static final boolean DEBUG_POWER = false; field in WindowManagerDebugConfig
DWindowState.java136 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_POWER;
2844 if (DEBUG_VISIBILITY || DEBUG_POWER) { in prepareWindowToDisplayDuringRelayout()
3223 if (DEBUG_POWER) { in pokeDrawLockLw()
3228 } else if (DEBUG_POWER) { in pokeDrawLockLw()