Home
last modified time | relevance | path

Searched refs:mNotificationEntryListeners (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java94 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>(); field in NotificationEntryManager
126 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 …]