Searched refs:NotificationRemoveInterceptor (Results 1 – 5 of 5) sorted by relevance
32 public interface NotificationRemoveInterceptor { interface
45 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()
69 import com.android.systemui.statusbar.NotificationRemoveInterceptor;117 @Mock private NotificationRemoveInterceptor mRemoveInterceptor;
72 import com.android.systemui.statusbar.NotificationRemoveInterceptor;153 private ArgumentCaptor<NotificationRemoveInterceptor> mRemoveInterceptorCaptor;158 private NotificationRemoveInterceptor mRemoveInterceptor;
95 import com.android.systemui.statusbar.NotificationRemoveInterceptor;553 new NotificationRemoveInterceptor() { in setupNEM()