Searched refs:areNotificationsHiddenInShade (Results 1 – 7 of 7) sorted by relevance
109 assertFalse(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()120 assertFalse(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOnShadeNotSuppressed()131 assertTrue(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
218 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(true); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()238 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()258 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()285 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_bouncerShowing_flagOff_hideEmptyView()306 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_bouncerShowing_flagOn_hideEmptyView()327 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_bouncerNotShowing_flagOff_showEmptyView()348 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_bouncerNotShowing_flagOn_showEmptyView()
41 boolean areNotificationsHiddenInShade(); in areNotificationsHiddenInShade() method
161 public boolean areNotificationsHiddenInShade() { in areNotificationsHiddenInShade() method in ZenModeControllerImpl
88 public boolean areNotificationsHiddenInShade() { in areNotificationsHiddenInShade() method in FakeZenModeController
1268 mView.updateEmptyShadeView(shouldShow, mZenModeController.areNotificationsHiddenInShade()); in updateShowEmptyShadeView()
4548 void updateEmptyShadeView(boolean visible, boolean areNotificationsHiddenInShade) { in updateEmptyShadeView() argument4551 if (areNotificationsHiddenInShade) { in updateEmptyShadeView()