Searched refs:mAlertsDisabledCondition (Results 1 – 2 of 2) sorted by relevance
95 private VisualInterruptionCondition mAlertsDisabledCondition; field in StatusBarNotificationPresenterTest129 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()
181 visualInterruptionDecisionProvider.addCondition(mAlertsDisabledCondition); in StatusBarNotificationPresenter()331 private final VisualInterruptionCondition mAlertsDisabledCondition = field in StatusBarNotificationPresenter