Searched refs:areNotificationsHiddenInShade (Results 1 – 6 of 6) sorted by relevance
98 assertFalse(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()109 assertFalse(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOnShadeNotSuppressed()120 assertTrue(mController.areNotificationsHiddenInShade()); in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
41 boolean areNotificationsHiddenInShade(); in areNotificationsHiddenInShade() method
126 public boolean areNotificationsHiddenInShade() { in areNotificationsHiddenInShade() method in ZenModeControllerImpl
88 public boolean areNotificationsHiddenInShade() { in areNotificationsHiddenInShade() method in FakeZenModeController
226 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(true); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()250 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()274 when(mZenModeController.areNotificationsHiddenInShade()).thenReturn(false); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
1190 mZenModeController.areNotificationsHiddenInShade()); in updateShowEmptyShadeView()1193 public boolean areNotificationsHiddenInShade() { in areNotificationsHiddenInShade() method in NotificationStackScrollLayoutController1194 return mZenModeController.areNotificationsHiddenInShade(); in areNotificationsHiddenInShade()