Searched refs:mGoingToSleep (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java204 final PowerManager.WakeLock mGoingToSleep; field in class:ActivityStackSupervisor
215 mGoingToSleep = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ActivityManager-Sleep");
2136 if (!mGoingToSleep.isHeld()) {
2137 mGoingToSleep.acquire();
2185 if (mGoingToSleep.isHeld()) {
2186 mGoingToSleep.release();
2241 if (mGoingToSleep.isHeld()) {
2242 mGoingToSleep.release();
H A DActivityManagerService.java10987 pw.println(" mGoingToSleep=" + mStackSupervisor.mGoingToSleep);

Completed in 55 milliseconds