Home
last modified time | relevance | path

Searched refs:NotificationRemoveInterceptor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoveInterceptor.java32 public interface NotificationRemoveInterceptor { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java45 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
149 private final List<NotificationRemoveInterceptor> mRemoveInterceptors = new ArrayList<>();
173 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in dump()
235 public void addNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in addNotificationRemoveInterceptor()
240 public void removeNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in removeNotificationRemoveInterceptor()
436 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in removeNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java69 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
117 @Mock private NotificationRemoveInterceptor mRemoveInterceptor;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java72 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
153 private ArgumentCaptor<NotificationRemoveInterceptor> mRemoveInterceptorCaptor;
158 private NotificationRemoveInterceptor mRemoveInterceptor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java95 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
553 new NotificationRemoveInterceptor() { in setupNEM()