Searched refs:mGoingToSleep (Results 1 – 2 of 2) sorted by relevance
250 PowerManager.WakeLock mGoingToSleep; field in ActivityStackSupervisor312 mGoingToSleep = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ActivityManager-Sleep"); in initPowerManagement()2730 if (!mGoingToSleep.isHeld()) { in goingToSleepLocked()2731 mGoingToSleep.acquire(); in goingToSleepLocked()2782 if (mGoingToSleep.isHeld()) { in comeOutOfSleepIfNeededLocked()2783 mGoingToSleep.release(); in comeOutOfSleepIfNeededLocked()2847 if (mGoingToSleep.isHeld()) { in checkReadyForSleepLocked()2848 mGoingToSleep.release(); in checkReadyForSleepLocked()
13120 pw.println(" mGoingToSleep=" + mStackSupervisor.mGoingToSleep); in dumpProcessesLocked()