Searched refs:mNotificationHandlers (Results 1 – 1 of 1) sorted by relevance
52 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>(); field in NotificationListener69 if (mNotificationHandlers.contains(handler)) { in addNotificationHandler()72 mNotificationHandlers.add(handler); in addNotificationHandler()103 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()107 for (NotificationHandler listener : mNotificationHandlers) { in onListenerConnected()123 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationPosted()136 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRemoved()154 for (NotificationHandler handler : mNotificationHandlers) { in onNotificationRankingUpdate()