Home
last modified time | relevance | path

Searched refs:NotificationInterruptSuppressor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProviderImplTest.java156 final NotificationInterruptSuppressor defaultSuppressor = in testDefaultSuppressorDoesNotSuppress()
157 new NotificationInterruptSuppressor() { in testDefaultSuppressorDoesNotSuppress()
514 private final NotificationInterruptSuppressor
516 new NotificationInterruptSuppressor() {
528 private final NotificationInterruptSuppressor
530 new NotificationInterruptSuppressor() {
542 private final NotificationInterruptSuppressor
544 new NotificationInterruptSuppressor() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.java58 import com.android.systemui.statusbar.notification.interruption.NotificationInterruptSuppressor;
80 private NotificationInterruptSuppressor mInterruptSuppressor;
127 ArgumentCaptor<NotificationInterruptSuppressor> suppressorCaptor = in setup()
128 ArgumentCaptor.forClass(NotificationInterruptSuppressor.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DNotificationInterruptStateProvider.java58 void addSuppressor(NotificationInterruptSuppressor suppressor); in addSuppressor()
DNotificationInterruptSuppressor.java24 public interface NotificationInterruptSuppressor { interface
DNotificationInterruptStateProviderImpl.java60 private final List<NotificationInterruptSuppressor> mSuppressors = new ArrayList<>();
126 public void addSuppressor(NotificationInterruptSuppressor suppressor) { in addSuppressor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java68 import com.android.systemui.statusbar.notification.interruption.NotificationInterruptSuppressor;
475 private final NotificationInterruptSuppressor mInterruptSuppressor =
476 new NotificationInterruptSuppressor() {
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DCarStatusBar.java81 import com.android.systemui.statusbar.notification.interruption.NotificationInterruptSuppressor;
352 mNotificationInterruptStateProvider.addSuppressor(new NotificationInterruptSuppressor() { in start()