Loading packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class DozeUi implements DozeMachine.Part { break; case DOZE_PULSE_DONE: mHost.abortPulsing(); break; case INITIALIZED: mHost.startDozing(); break; Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ public class DozeUi implements DozeMachine.Part { break; case DOZE_PULSE_DONE: mHost.abortPulsing(); break; case INITIALIZED: mHost.startDozing(); break; Loading