Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java97 private VisualInterruptionFilter mNeedsRedactionFilter; field in StatusBarNotificationPresenterTest
131 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java183 visualInterruptionDecisionProvider.addFilter(mNeedsRedactionFilter); in StatusBarNotificationPresenter()
348 private final VisualInterruptionFilter mNeedsRedactionFilter = field in StatusBarNotificationPresenter