Searched refs:isDozeSuppressed (Results 1 – 5 of 5) sorted by relevance
145 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()
85 boolean isDozeSuppressed(); in isDozeSuppressed() method
358 if (mDozeHost.isDozeSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()416 pw.print(" isDozeSuppressed="); pw.println(mDozeHost.isDozeSuppressed()); in dump()
229 if (mDozeHost.isDozeSuppressed()) { in onNotification()
462 public boolean isDozeSuppressed() { in isDozeSuppressed() method in DozeServiceHost