Searched refs:areNotificationsHidden (Results 1 – 3 of 3) sorted by relevance
124 when(mBar.areNotificationsHidden()).thenReturn(true); in updateEmptyView_dndSuppressing()135 when(mBar.areNotificationsHidden()).thenReturn(false); in updateEmptyView_dndNotSuppressing()146 when(mBar.areNotificationsHidden()).thenReturn(false); in updateEmptyView_noNotificationsToDndSuppressing()150 when(mBar.areNotificationsHidden()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()
4103 int newTextRes = mStatusBar.areNotificationsHidden()
1532 public boolean areNotificationsHidden() { in areNotificationsHidden() method