Home
last modified time | relevance | path

Searched refs:isDozeSuppressed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java145 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnDisabled_goesToDoze()
156 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnEnabled_goesToDoze()
167 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_afterDocked_goesToDoze()
178 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnDisabled_afterDockPaused_goesToDoze()
191 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnEnabled_afterDockPaused_goesToDoze()
230 when(mHost.isDozeSuppressed()).thenReturn(true); in testPulseDone_dozeSuppressed_goesToSuppressed()
268 when(mHost.isDozeSuppressed()).thenReturn(true); in testPulseDone_dozeSuppressed_afterDocked_goesToDoze()
297 when(mHost.isDozeSuppressed()).thenReturn(true); in testPulseDone_dozeSuppressed_afterDockPaused_goesToDoze()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java85 boolean isDozeSuppressed(); in isDozeSuppressed() method
DDozeMachine.java358 if (mDozeHost.isDozeSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()
416 pw.print(" isDozeSuppressed="); pw.println(mDozeHost.isDozeSuppressed()); in dump()
DDozeTriggers.java229 if (mDozeHost.isDozeSuppressed()) { in onNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java462 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost