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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java250 PowerManager.WakeLock mGoingToSleep; field in class:ActivityStackSupervisor
312 mGoingToSleep = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ActivityManager-Sleep");
2730 if (!mGoingToSleep.isHeld()) {
2731 mGoingToSleep.acquire();
2782 if (mGoingToSleep.isHeld()) {
2783 mGoingToSleep.release();
2847 if (mGoingToSleep.isHeld()) {
2848 mGoingToSleep.release();
H A DActivityManagerService.java13120 pw.println(" mGoingToSleep=" + mStackSupervisor.mGoingToSleep);

Completed in 772 milliseconds