Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java95 private VisualInterruptionCondition mAlertsDisabledCondition; field in StatusBarNotificationPresenterTest
129 assertNull(mAlertsDisabledCondition); in testInit_refactorDisabled()
140 assertNotNull(mAlertsDisabledCondition); in testInit_refactorEnabled()
156 assertFalse(mAlertsDisabledCondition.shouldSuppress()); in testNoSuppressHeadsUp_default_refactorEnabled()
159 assertFalse(mAlertsDisabledCondition.shouldSuppress()); in testNoSuppressHeadsUp_default_refactorEnabled()
275 mAlertsDisabledCondition.shouldSuppress()); in testSuppressInterruptions_statusBarAlertsDisabled_refactorEnabled()
277 final Set<VisualInterruptionType> types = mAlertsDisabledCondition.getTypes(); in testSuppressInterruptions_statusBarAlertsDisabled_refactorEnabled()
336 mAlertsDisabledCondition = conditions.get(0); in verifyAndCaptureSuppressors()
347 mAlertsDisabledCondition = null; in verifyAndCaptureLegacySuppressor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java181 visualInterruptionDecisionProvider.addCondition(mAlertsDisabledCondition); in StatusBarNotificationPresenter()
331 private final VisualInterruptionCondition mAlertsDisabledCondition = field in StatusBarNotificationPresenter