Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java94 private NotificationInterruptSuppressor mInterruptSuppressor; field in StatusBarNotificationPresenterTest
133 assertNotNull(mInterruptSuppressor); in testInit_refactorDisabled()
144 assertNull(mInterruptSuppressor); in testInit_refactorEnabled()
150 assertFalse(mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testNoSuppressHeadsUp_default_refactorDisabled()
170 mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testSuppressHeadsUp_disabledStatusBar_refactorDisabled()
192 mInterruptSuppressor.suppressAwakeHeadsUp(createNotificationEntry())); in testSuppressHeadsUp_disabledNotificationShade_refactorDisabled()
221 assertFalse(mInterruptSuppressor.suppressAwakeHeadsUp(createFsiNotificationEntry())); in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard_refactorDisabled()
244 mInterruptSuppressor.suppressAwakeInterruptions(createNotificationEntry())); in testSuppressInterruptions_vrMode_refactorDisabled()
266 mInterruptSuppressor.suppressInterruptions(createNotificationEntry())); in testSuppressInterruptions_statusBarAlertsDisabled_refactorDisabled()
329 mInterruptSuppressor = null; in verifyAndCaptureSuppressors()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java186 visualInterruptionDecisionProvider.addLegacySuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
288 private final NotificationInterruptSuppressor mInterruptSuppressor = field in StatusBarNotificationPresenter