Searched refs:shouldFilterOut (Results 1 – 6 of 6) sorted by relevance
147 assertTrue(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testSuppressSystemAlertNotification()160 assertFalse(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testDoNotSuppressSystemAlertNotification()165 assertFalse(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testDoNotSuppressSystemAlertNotification()170 assertFalse(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testDoNotSuppressSystemAlertNotification()178 assertFalse(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testDoNotSuppressMalformedSystemAlertNotification()186 assertFalse(mNotificationFilter.shouldFilterOut(mRow.getEntry())); in testDoNotSuppressMalformedSystemAlertNotification()200 assertTrue(mNotificationFilter.shouldFilterOut(entry)); in testShouldFilterHiddenNotifications()205 assertFalse(mNotificationFilter.shouldFilterOut(entry)); in testShouldFilterHiddenNotifications()
119 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in ensureStateForAlertCommon()224 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(true); in testCanAlertCommon_false_filteredOut()371 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(true); in testShouldHeadsUp_false_alertCommonFalse()541 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(true); in shouldBubbleUp_false_alertCommonFalse()
87 public boolean shouldFilterOut(NotificationEntry entry) { in shouldFilterOut() method in NotificationFilter
342 if (mNotificationFilter.shouldFilterOut(entry)) { in canAlertCommon()
413 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_nonSuppressedGroupSummary()434 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_suppressedGroupSummary()455 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_suppressedHeadsUp()473 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_noSuppressedHeadsUp()
417 if (mNotificationFilter.shouldFilterOut(entry)) { in filterAndSort()