Searched refs:mPanelsDisabledCondition (Results 1 – 2 of 2) sorted by relevance
98 private VisualInterruptionCondition mPanelsDisabledCondition; field in StatusBarNotificationPresenterTest132 assertNull(mPanelsDisabledCondition); in testInit_refactorDisabled()143 assertNotNull(mPanelsDisabledCondition); in testInit_refactorEnabled()181 mPanelsDisabledCondition.shouldSuppress()); in testSuppressHeadsUp_disabledStatusBar_refactorEnabled()203 mPanelsDisabledCondition.shouldSuppress()); in testSuppressHeadsUp_disabledNotificationShade_refactorEnabled()209 final Set<VisualInterruptionType> types = mPanelsDisabledCondition.getTypes(); in testPanelsDisabledConditionSuppressesPeek()338 mPanelsDisabledCondition = conditions.get(2); in verifyAndCaptureSuppressors()350 mPanelsDisabledCondition = null; in verifyAndCaptureLegacySuppressor()
184 visualInterruptionDecisionProvider.addCondition(mPanelsDisabledCondition); in StatusBarNotificationPresenter()373 private final VisualInterruptionCondition mPanelsDisabledCondition = field in StatusBarNotificationPresenter