Home
last modified time | relevance | path

Searched refs:NotificationRemoveInterceptor (Results 1 – 4 of 4) 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.java46 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
154 private final List<NotificationRemoveInterceptor> mRemoveInterceptors = new ArrayList<>();
178 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in dump()
243 public void addNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in addNotificationRemoveInterceptor()
248 public void removeNotificationRemoveInterceptor(NotificationRemoveInterceptor interceptor) { in removeNotificationRemoveInterceptor()
464 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in removeNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java72 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
121 @Mock private NotificationRemoveInterceptor mRemoveInterceptor;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java84 import com.android.systemui.statusbar.NotificationRemoveInterceptor;
184 private ArgumentCaptor<NotificationRemoveInterceptor> mRemoveInterceptorCaptor;
191 private NotificationRemoveInterceptor mRemoveInterceptor;