Searched refs:mNeedsRedactionFilter (Results 1 – 2 of 2) sorted by relevance
97 private VisualInterruptionFilter mNeedsRedactionFilter; field in StatusBarNotificationPresenterTest131 assertNull(mNeedsRedactionFilter); in testInit_refactorDisabled()142 assertNotNull(mNeedsRedactionFilter); in testInit_refactorEnabled()158 assertFalse(mNeedsRedactionFilter.shouldSuppress(createNotificationEntry())); in testNoSuppressHeadsUp_default_refactorEnabled()230 assertFalse(mNeedsRedactionFilter.shouldSuppress(createFsiNotificationEntry())); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled()232 final Set<VisualInterruptionType> types = mNeedsRedactionFilter.getTypes(); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorEnabled()343 mNeedsRedactionFilter = needsRedactionFilterCaptor.getValue(); in verifyAndCaptureSuppressors()349 mNeedsRedactionFilter = null; in verifyAndCaptureLegacySuppressor()
183 visualInterruptionDecisionProvider.addFilter(mNeedsRedactionFilter); in StatusBarNotificationPresenter()348 private final VisualInterruptionFilter mNeedsRedactionFilter = field in StatusBarNotificationPresenter