Searched refs:NotificationRemoveInterceptor (Results 1 – 4 of 4) sorted by relevance
32 public interface NotificationRemoveInterceptor { interface
46 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()
72 import com.android.systemui.statusbar.NotificationRemoveInterceptor;121 @Mock private NotificationRemoveInterceptor mRemoveInterceptor;
84 import com.android.systemui.statusbar.NotificationRemoveInterceptor;184 private ArgumentCaptor<NotificationRemoveInterceptor> mRemoveInterceptorCaptor;191 private NotificationRemoveInterceptor mRemoveInterceptor;