Lines Matching refs:SLEEP
126 * SLEEP means the device can be put to sleep.
131 SLEEP,
204 private WakeState mWakeState = WakeState.SLEEP;
786 * Controls whether or not the screen is allowed to sleep.
788 * Once sleepSLEEP), it will rely on the
790 * the device sleep {@link PhoneGlobals#setScreenTimeout}.
815 case SLEEP:
837 if (mWakeState == WakeState.SLEEP) {
887 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP);