Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt70 data class EntryUpdatedEvent( dataClass
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java89 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryUpdatedEvent;
538 mEventQueue.add(new EntryUpdatedEvent(entry, true /* fromSystem */)); in postNotification()
1027 mEventQueue.add(new EntryUpdatedEvent(entry, false /* fromSystem */)); in updateNotificationInternally()