Searched refs:mRemoveInterceptors (Results 1 – 1 of 1) sorted by relevance
154 private final List<NotificationRemoveInterceptor> mRemoveInterceptors = new ArrayList<>(); field in NotificationEntryManager178 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in dump()244 mRemoveInterceptors.add(interceptor); in addNotificationRemoveInterceptor()249 mRemoveInterceptors.remove(interceptor); in removeNotificationRemoveInterceptor()464 for (NotificationRemoveInterceptor interceptor : mRemoveInterceptors) { in removeNotificationInternal()