Searched defs:DOZE_REQUEST_PULSE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java57 DOZE_REQUEST_PULSE, enum constant in enum:DozeMachine.State
83 case DOZE_REQUEST_PULSE:
95 case DOZE_REQUEST_PULSE:
147 Preconditions.checkArgument(requestedState != State.DOZE_REQUEST_PULSE);
157 requestState(State.DOZE_REQUEST_PULSE, pulseReason);
201 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE
243 if (newState == State.DOZE_REQUEST_PULSE) {
280 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE);
284 mState == State.DOZE_REQUEST_PULSE || mState == State.DOZE_PULSING);
304 if (requestedState == State.DOZE_REQUEST_PULSE
[all...]

Completed in 64 milliseconds