Searched refs:isAlwaysOnSuppressed (Results 1 – 6 of 6) sorted by relevance
168 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()
96 boolean isAlwaysOnSuppressed(); in isAlwaysOnSuppressed() method
148 pw.println(" isAlwaysOnSuppressed=" + mDozeHost.isAlwaysOnSuppressed()); in dump()
389 if (mDozeHost.isAlwaysOnSuppressed() && requestedState.isAlwaysOn()) { in transitionPolicy()
254 if (mDozeHost.isAlwaysOnSuppressed()) { in onNotification()
482 public boolean isAlwaysOnSuppressed() { in isAlwaysOnSuppressed() method in DozeServiceHost