Home
last modified time | relevance | path

Searched refs:addSuppressor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java58 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() method
DNotificationInterruptStateProviderImpl.java126 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java362 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeHeadsUp); in testShouldNotHeadsUp_headsUpSuppressed()
373 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeInterruptions); in testShouldNotHeadsUpAwake_awakeInterruptsSuppressed()
462 mNotifInterruptionStateProvider.addSuppressor(mSuppressInterruptions); in shouldNotBubbleUp_suppressedInterruptions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java129 verify(mNotificationInterruptStateProvider).addSuppressor(suppressorCaptor.capture()); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java217 notificationInterruptStateProvider.addSuppressor(mInterruptSuppressor); in StatusBarNotificationPresenter()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DCarStatusBar.java352 mNotificationInterruptStateProvider.addSuppressor(new NotificationInterruptSuppressor() { in start()