Home | History | Annotate | Download | only in phone

Lines Matching refs:SLEEP

120      * going to sleep), please refer to {@link com.android.server.PowerManagerService}
134 * SLEEP means the device can be put to sleep.
139 SLEEP,
218 private WakeState mWakeState = WakeState.SLEEP;
1021 // timeout (5s). This ensures that the screen goes to sleep
1029 // timeout (15s). This ensures that the screen goes to sleep
1057 * Controls whether or not the screen is allowed to sleep.
1059 * Once sleep is allowed (WakeState is SLEEP), it will rely on the
1061 * the device sleep {@link PhoneApp#setScreenTimeout}.
1086 case SLEEP:
1108 if (mWakeState == WakeState.SLEEP) {
1200 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP);
1227 * prevent the device from going to sleep.)