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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeMachine.java37 * DozeMachine implements a state machine that orchestrates how the UI and triggers work and
40 * During state transitions and in certain states, DozeMachine holds a wake lock.
42 public class DozeMachine { class
44 static final String TAG = "DozeMachine";
122 public DozeMachine(Service service, AmbientDisplayConfiguration config, method in class:DozeMachine
327 ? DozeMachine.State.DOZE_AOD : DozeMachine.State.DOZE,
345 /** A part of the DozeMachine that needs to be notified about state changes. */

Completed in 37 milliseconds