Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifEvent.kt36 fun dispatchTo(listeners: NamedListenerSet<NotifCollectionListener>) { in dispatchTo() method in com.android.systemui.statusbar.notification.collection.notifcollection.NotifEvent
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java693 mEventQueue.remove().dispatchTo(mNotifCollectionListeners); in dispatchEvents()