Searched defs:mGoingToSleep (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java276 private boolean mGoingToSleep; field in class:KeyguardViewMediator
803 mGoingToSleep = true;
847 mGoingToSleep = false;
1648 if (mGoingToSleep) {
2092 pw.print(" mGoingToSleep: "); pw.println(mGoingToSleep);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java198 private boolean mGoingToSleep; field in class:KeyguardUpdateMonitor
1097 mGoingToSleep = true;
1102 mGoingToSleep = false;
1275 (mBouncer && !mKeyguardGoingAway) || mGoingToSleep ||
1948 return mGoingToSleep;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java410 PowerManager.WakeLock mGoingToSleep; field in class:ActivityStackSupervisor
657 mGoingToSleep = mPowerManager
3484 if (!mGoingToSleep.isHeld()) {
3485 mGoingToSleep.acquire();
3537 if (mGoingToSleep.isHeld()) {
3538 mGoingToSleep.release();
3612 if (mGoingToSleep.isHeld()) {
3613 mGoingToSleep.release();
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java549 volatile boolean mGoingToSleep; field in class:PhoneWindowManager
6786 mGoingToSleep = true;
6801 mGoingToSleep = false;
7060 return mAwake && !mGoingToSleep;

Completed in 114 milliseconds