Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt66 data class EntryUpdatedEvent( dataClass
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java79 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent;
451 mEventQueue.add(new EntryUpdatedEvent(entry, true /* fromSystem */)); in postNotification()
839 mEventQueue.add(new EntryUpdatedEvent(entry, false /* fromSystem */)); in updateNotificationInternally()