Home
last modified time | relevance | path

Searched defs:addSuppressor (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DVisualInterruptionDecisionProvider.kt60 fun addSuppressor(suppressor: NotificationInterruptSuppressor) regex
H A DNotificationInterruptStateProvider.java178 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor() method
H A DNotificationInterruptStateProviderImpl.java169 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor() method in NotificationInterruptStateProviderImpl