Home
last modified time | relevance | path

Searched refs:areNotificationAlertsDisabled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java175 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isFalse(); in testDisableNotificationAlerts()
179 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isTrue(); in testDisableNotificationAlerts()
183 assertThat(mNotifInterruptionStateProvider.areNotificationAlertsDisabled()).isFalse(); in testDisableNotificationAlerts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java405 public boolean areNotificationAlertsDisabled() { in areNotificationAlertsDisabled() method in NotificationInterruptionStateProvider