Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java144 private final List<NotificationRemoveInterceptor> mRemoveInterceptors = new ArrayList<>(); field in NotificationEntryManager
202 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in dump()
236 mRemoveInterceptors.add(interceptor); in addNotificationRemoveInterceptor()
241 mRemoveInterceptors.remove(interceptor); in removeNotificationRemoveInterceptor()
453 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in removeNotificationInternal()