Searched refs:mNotificationEntryListeners (Results 1 – 1 of 1) sorted by relevance
94 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>(); field in NotificationEntryManager126 mNotificationEntryListeners.add(listener); in addNotificationEntryListener()222 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException()236 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished()240 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished()244 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished()248 for (NotificationEntryListener listener : mNotificationEntryListeners) { in onAsyncInflationFinished()328 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal()398 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal()430 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()[all …]