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.java80 private NotificationInterruptSuppressor mInterruptSuppressor; field in StatusBarNotificationPresenterTest
130 mInterruptSuppressor = suppressorCaptor.getValue(); in setup()
147 mInterruptSuppressor.suppressAwakeHeadsUp(entry)); in testSuppressHeadsUp_disabledStatusBar()
165 mInterruptSuppressor.suppressAwakeHeadsUp(entry)); in testSuppressHeadsUp_disabledNotificationShade()
180 mInterruptSuppressor.suppressAwakeInterruptions(entry)); in testSuppressInterruptions_vrMode()
195 mInterruptSuppressor.suppressInterruptions(entry)); in testSuppressInterruptions_statusBarAlertsDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java217 notificationInterruptStateProvider.addSuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
475 private final NotificationInterruptSuppressor mInterruptSuppressor = field in StatusBarNotificationPresenter