Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifEvent.kt66 data class EntryUpdatedEvent( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java74 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent;
439 mEventQueue.add(new EntryUpdatedEvent(entry)); in postNotification()