Home
last modified time | relevance | path

Searched defs:suppressor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java186 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor()
191 void removeSuppressor(NotificationInterruptSuppressor suppressor); in removeSuppressor()
DNotificationInterruptStateProviderImpl.java186 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor()
191 public void removeSuppressor(NotificationInterruptSuppressor suppressor) { in removeSuppressor()