Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt58 data class EntryAddedEvent( dataClass
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java77 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryAddedEvent;
432 mEventQueue.add(new EntryAddedEvent(entry)); in postNotification()