HomeSort by relevance Sort by last modified time
    Searched refs:WakeState (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 128 public enum WakeState {
182 private WakeState mWakeState = WakeState.SLEEP;
617 * Once sleep is allowed (WakeState is SLEEP), it will rely on the
623 /* package */ void requestWakeState(WakeState ws) {
666 if (mWakeState == WakeState.SLEEP) {
716 requestWakeState(keepScreenOn ? WakeState.FULL : WakeState.SLEEP);
    [all...]
CallNotifier.java 333 mApplication.requestWakeState(PhoneGlobals.WakeState.PARTIAL);
    [all...]

Completed in 6829 milliseconds