Searched refs:canAlertCommon (Results 1 – 2 of 2) sorted by relevance
170 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
215 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()