Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java186 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() method
DNotificationInterruptStateProviderWrapper.kt63 wrapped.addSuppressor(suppressor) in addLegacySuppressor()
DNotificationInterruptStateProviderImpl.java186 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() method in NotificationInterruptStateProviderImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java425 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeHeadsUp); in testShouldNotHeadsUp_headsUpSuppressed()
436 mNotifInterruptionStateProvider.addSuppressor(mSuppressAwakeInterruptions); in testShouldNotHeadsUpAwake_awakeInterruptsSuppressed()
746 mNotifInterruptionStateProvider.addSuppressor(mSuppressInterruptions); in testShouldFullscreen_suppressedInterruptionsWhenNotProvisioned()
1012 mNotifInterruptionStateProvider.addSuppressor(mSuppressInterruptions); in shouldNotBubbleUp_suppressedInterruptions()