Searched refs:areNotificationAlertsDisabled (Results 1 – 2 of 2) sorted by relevance
175 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isFalse(); in testDisableNotificationAlerts()179 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isTrue(); in testDisableNotificationAlerts()183 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isFalse(); in testDisableNotificationAlerts()
405 public boolean areNotificationAlertsDisabled() { in areNotificationAlertsDisabled() method in NotificationInterruptionStateProvider