Searched refs:mNotificationEntryListeners (Results 1 – 1 of 1) sorted by relevance
148 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>(); field in NotificationEntryManager223 mNotificationEntryListeners.add(listener); in addNotificationEntryListener()231 mNotificationEntryListeners.remove(listener); in removeNotificationEntryListener()323 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException()343 for (NotificationEntryListener listener : mNotificationEntryListeners) {348 for (NotificationEntryListener listener : mNotificationEntryListeners) {352 for (NotificationEntryListener listener : mNotificationEntryListeners) {499 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal()601 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal()644 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()[all …]