Home | History | Annotate | Download | only in am

Lines Matching refs:mGoingToSleep

410     PowerManager.WakeLock mGoingToSleep;
609 mGoingToSleep = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ActivityManager-Sleep");
3147 if (!mGoingToSleep.isHeld()) {
3148 mGoingToSleep.acquire();
3199 if (mGoingToSleep.isHeld()) {
3200 mGoingToSleep.release();
3267 if (mGoingToSleep.isHeld()) {
3268 mGoingToSleep.release();