Searched refs:mNotificationHandlers (Results 1 – 1 of 1) sorted by relevance
67 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>(); field in NotificationListener93 if (mNotificationHandlers.contains(handler)) { in addNotificationHandler()96 mNotificationHandlers.add(handler); in addNotificationHandler()127 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()131 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()147 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationPosted()160 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRemoved()217 for (NotificationHandler handler : mNotificationHandlers) { in dispatchRankingUpdate()228 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationChannelModified()263 d.dump("notificationHandlers", mNotificationHandlers); in dumpPipeline()