Searched refs:NotificationHandler (Results 1 – 9 of 9) sorted by relevance
28 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;41 private final List<NotificationHandler> mListeners = new ArrayList<>();47 public void addListener(NotificationHandler listener) { in addListener()55 for (NotificationHandler listener : mListeners) { in postNotif()64 for (NotificationHandler listener : mListeners) { in retractNotif()72 for (NotificationHandler listener : mListeners) { in issueRankingUpdate()79 for (NotificationHandler listener : mListeners) { in issueChannelModification()
54 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>();70 public void addNotificationHandler(NotificationHandler handler) { in addNotificationHandler()105 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()109 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()125 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationPosted()138 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRemoved()156 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRankingUpdate()169 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationChannelModified()241 public interface NotificationHandler { interface in NotificationListener
34 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;120 private final NotificationHandler mListener = new NotificationHandler() {331 public interface BatchableNotificationHandler extends NotificationHandler {
39 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;54 @Mock private NotificationHandler mNotificationHandler;
37 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;67 @Captor private ArgumentCaptor<NotificationHandler> mListenerCaptor;88 NotificationHandler serviceListener = requireNonNull(mListenerCaptor.getValue()); in setUp()
36 NotificationListener.NotificationHandler {
43 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;379 private final NotificationHandler mNotifListener = new NotificationHandler() {
97 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;741 private final NotificationHandler mListener = new NotificationHandler() {
110 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;259 private ArgumentCaptor<NotificationHandler> mListenerCaptor;280 NotificationHandler serviceListener = requireNonNull(mListenerCaptor.getValue()); in setUp()