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.java148 private final List<NotificationEntryListener> mNotificationEntryListeners = new ArrayList<>(); field in NotificationEntryManager
223 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 …]