Searched refs:mNotificationFilter (Results 1 – 5 of 5) sorted by relevance
78 NotificationFilter mNotificationFilter; field in NotificationInterruptStateProviderImplTest100 mNotificationFilter, in setup()115 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in ensureStateForAlertCommon()187 when(mNotificationFilter.shouldFilterOut(entry)).thenReturn(true); in testShouldNotHeadsUpAwake_flteredOut()305 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(true); in testShouldNotHeadsUp_filtered()472 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(true); in shouldNotBubbleUp_filteredOut()
92 private NotificationFilter mNotificationFilter; field in NotificationFilterTest133 mNotificationFilter = new NotificationFilter( in setUp()193 assertTrue(mNotificationFilter.shouldFilterOut(entry)); in testShouldFilterHiddenNotifications()199 assertFalse(mNotificationFilter.shouldFilterOut(entry)); in testShouldFilterHiddenNotifications()
62 private final NotificationFilter mNotificationFilter; field in NotificationInterruptStateProviderImpl90 mNotificationFilter = notificationFilter; in NotificationInterruptStateProviderImpl()314 if (mNotificationFilter.shouldFilterOut(entry)) { in canAlertCommon()
210 @Mock private NotificationFilter mNotificationFilter; field in StatusBarTest286 mDependency.injectTestDependency(NotificationFilter.class, mNotificationFilter); in setup()296 mDreamManager, mAmbientDisplayConfiguration, mNotificationFilter, in setup()601 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_nonSuppressedGroupSummary()625 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_suppressedGroupSummary()649 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_suppressedHeadsUp()670 when(mNotificationFilter.shouldFilterOut(any())).thenReturn(false); in testShouldHeadsUp_noSuppressedHeadsUp()
322 @Inject Lazy<NotificationFilter> mNotificationFilter; field in Dependency536 mProviders.put(NotificationFilter.class, mNotificationFilter::get); in start()