Searched refs:mNotifCollectionListeners (Results 1 – 2 of 2) sorted by relevance
630 for (NotifCollectionListener listener : mNotifCollectionListeners) { in addNotificationInternal()635 for (NotifCollectionListener listener : mNotifCollectionListeners) { in addNotificationInternal()649 for (NotifCollectionListener listener : mNotifCollectionListeners) { in addNotificationInternal()652 for (NotifCollectionListener listener : mNotifCollectionListeners) { in addNotificationInternal()683 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateNotificationInternal()693 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateNotificationInternal()706 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateNotificationInternal()765 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateNotificationRanking()768 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateNotificationRanking()876 for (NotifCollectionListener listener : mNotifCollectionListeners) { in updateRanking()[all …]
145 private final List<NotifCollectionListener> mNotifCollectionListeners = new ArrayList<>(); field in NotifCollection209 mNotifCollectionListeners.add(listener); in addCollectionListener()525 mEventQueue.remove().dispatchTo(mNotifCollectionListeners); in dispatchEventsAndRebuildList()