Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java166 mNotifCollectionListeners = new NamedListenerSet<>(); field in NotifCollection
241 mNotifCollectionListeners.addIfAbsent(listener); in addCollectionListener()
247 mNotifCollectionListeners.remove(listener); in removeCollectionListener()
693 mEventQueue.remove().dispatchTo(mNotifCollectionListeners); in dispatchEvents()
934 d.dump("notifCollectionListeners", mNotifCollectionListeners);