Searched refs:mInterruptSuppressor (Results 1 – 2 of 2) sorted by relevance
80 private NotificationInterruptSuppressor mInterruptSuppressor; field in StatusBarNotificationPresenterTest130 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()
217 notificationInterruptStateProvider.addSuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()475 private final NotificationInterruptSuppressor mInterruptSuppressor = field in StatusBarNotificationPresenter