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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneGlobals.java132 public enum WakeState { enum in class:PhoneGlobals
212 private WakeState mWakeState = WakeState.SLEEP;
957 * Once sleep is allowed (WakeState is SLEEP), it will rely on the
963 /* package */ void requestWakeState(WakeState ws) {
1006 if (mWakeState == WakeState.SLEEP) {
1081 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP);
H A DCallNotifier.java454 mApplication.requestWakeState(PhoneGlobals.WakeState.PARTIAL);
720 mApplication.requestWakeState(PhoneGlobals.WakeState.FULL);
789 mApplication.requestWakeState(PhoneGlobals.WakeState.SLEEP);

Completed in 46 milliseconds