Searched refs:mNotificationHandlers (Results 1 – 1 of 1) sorted by relevance
54 private final List<NotificationHandler> mNotificationHandlers = new ArrayList<>(); field in NotificationListener71 if (mNotificationHandlers.contains(handler)) { in addNotificationHandler()74 mNotificationHandlers.add(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()