Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeMachineTest.java168 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testInitialize_alwaysOnSuppressed_alwaysOnDisabled_goesToDoze()
179 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testInitialize_alwaysOnSuppressed_alwaysOnEnabled_goesToDoze()
190 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testInitialize_alwaysOnSuppressed_afterDocked_goesToDoze()
201 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testInitialize_alwaysOnSuppressed_alwaysOnDisabled_afterDockPaused_goesToDoze()
214 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testInitialize_alwaysOnSuppressed_alwaysOnEnabled_afterDockPaused_goesToDoze()
253 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testPulseDone_alwaysOnSuppressed_goesToSuppressed()
291 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testPulseDone_alwaysOnSuppressed_afterDocked_goesToDoze()
320 when(mHost.isAlwaysOnSuppressed()).thenReturn(true); in testPulseDone_alwaysOnSuppressed_afterDockPaused_goesToDoze()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java96 boolean isAlwaysOnSuppressed(); in isAlwaysOnSuppressed() method
H A DDozeSuppressor.java148 pw.println(" isAlwaysOnSuppressed=" + mDozeHost.isAlwaysOnSuppressed()); in dump()
H A DDozeMachine.java389 if (mDozeHost.isAlwaysOnSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()
H A DDozeTriggers.java254 if (mDozeHost.isAlwaysOnSuppressed()) { in onNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java482 public boolean isAlwaysOnSuppressed() { in isAlwaysOnSuppressed() method in DozeServiceHost