Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java146 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnDisabled_goesToDoze()
157 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnEnabled_goesToDoze()
168 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_afterDocked_goesToDoze()
179 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnDisabled_afterDockPaused_goesToDoze()
192 when(mHost.isDozeSuppressed()).thenReturn(true); in testInitialize_dozeSuppressed_alwaysOnEnabled_afterDockPaused_goesToDoze()
231 when(mHost.isDozeSuppressed()).thenReturn(true); in testPulseDone_dozeSuppressed_goesToSuppressed()
269 when(mHost.isDozeSuppressed()).thenReturn(true); in testPulseDone_dozeSuppressed_afterDocked_goesToDoze()
298 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.java345 if (mDozeHost.isDozeSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()
DDozeTriggers.java196 if (mDozeHost.isDozeSuppressed()) { in onNotification()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DDozeServiceHost.java127 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java461 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost