Home
last modified time | relevance | path

Searched defs:addSuppressor (Results 1 – 2 of 2) 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