Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt32 fun dispatchTo(listeners: List<NotifCollectionListener>) { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java525 mEventQueue.remove().dispatchTo(mNotifCollectionListeners); in dispatchEventsAndRebuildList()