Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java170 if (!canAlertCommon(entry)) { in shouldBubbleUp()
229 if (!canAlertCommon(entry)) { in shouldHeadsUpWhenAwake()
309 if (!canAlertCommon(entry)) { in shouldHeadsUpWhenDozing()
339 public boolean canAlertCommon(NotificationEntry entry) { in canAlertCommon() method in NotificationInterruptionStateProvider
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java215 assertThat(mNotifInterruptionStateProvider.canAlertCommon(entry)).isTrue(); in testCanAlertCommon_true()
227 assertThat(mNotifInterruptionStateProvider.canAlertCommon(entry)).isFalse(); in testCanAlertCommon_false_filteredOut()
248 assertThat(mNotifInterruptionStateProvider.canAlertCommon(entry)).isFalse(); in testCanAlertCommon_false_suppressedForGroups()