Searched refs:isDozeSuppressed (Results 1 – 6 of 6) sorted by relevance
146 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()
85 boolean isDozeSuppressed(); in isDozeSuppressed() method
345 if (mDozeHost.isDozeSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()
196 if (mDozeHost.isDozeSuppressed()) { in onNotification()
127 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost
461 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost