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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java146 public void requestState(State requestedState) { method in class:DozeMachine
148 requestState(requestedState, DozeLog.PULSE_REASON_NONE);
157 requestState(State.DOZE_REQUEST_PULSE, pulseReason);
160 private void requestState(State requestedState, int pulseReason) { method in class:DozeMachine
172 // Transitions in Parts can call back into requestState, which will

Completed in 50 milliseconds