Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java223 mNotificationEntryListeners.add(listener); in addNotificationEntryListener()
231 mNotificationEntryListeners.remove(listener); in removeNotificationEntryListener()
331 for (NotificationEntryListener listener : mNotificationEntryListeners) { in handleInflationException()
351 for (NotificationEntryListener listener : mNotificationEntryListeners) {
356 for (NotificationEntryListener listener : mNotificationEntryListeners) {
360 for (NotificationEntryListener listener : mNotificationEntryListeners) {
531 for (NotificationEntryListener listener : mNotificationEntryListeners) { in removeNotificationInternal()
646 for (NotificationEntryListener listener : mNotificationEntryListeners) { in addNotificationInternal()
689 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()
703 for (NotificationEntryListener listener : mNotificationEntryListeners) { in updateNotificationInternal()
[all …]