Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java98 private VisualInterruptionCondition mPanelsDisabledCondition; field in StatusBarNotificationPresenterTest
132 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java184 visualInterruptionDecisionProvider.addCondition(mPanelsDisabledCondition); in StatusBarNotificationPresenter()
373 private final VisualInterruptionCondition mPanelsDisabledCondition = field in StatusBarNotificationPresenter