Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt41 data class BindEntryEvent( dataClass
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java73 import com.android.systemui.statusbar.notification.collection.notifcollection.BindEntryEvent;
428 mEventQueue.add(new BindEntryEvent(entry, sbn)); in postNotification()
448 mEventQueue.add(new BindEntryEvent(entry, sbn)); in postNotification()
836 mEventQueue.add(new BindEntryEvent(entry, sbn)); in updateNotificationInternally()