Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifEvent.kt62 data class EntryAddedEvent( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java87 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryAddedEvent;
519 mEventQueue.add(new EntryAddedEvent(entry)); in postNotification()