Loading packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +7 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,13 @@ public class DozeUi implements DozeMachine.Part { new DozeHost.PulseCallback() { @Override public void onPulseStarted() { try { mMachine.requestState(DozeMachine.State.DOZE_PULSING); } catch (IllegalStateException e) { // It's possible that the pulse was asynchronously cancelled while // we were waiting for it to start (under stress conditions.) // In those cases we should just ignore it. b/127657926 } } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/doze/DozeUi.java +7 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,13 @@ public class DozeUi implements DozeMachine.Part { new DozeHost.PulseCallback() { @Override public void onPulseStarted() { try { mMachine.requestState(DozeMachine.State.DOZE_PULSING); } catch (IllegalStateException e) { // It's possible that the pulse was asynchronously cancelled while // we were waiting for it to start (under stress conditions.) // In those cases we should just ignore it. b/127657926 } } @Override Loading