Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifEvent.kt75 data class EntryRemovedEvent( dataClass
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java78 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryRemovedEvent;
484 mEventQueue.add(new EntryRemovedEvent(entry, entry.mCancellationReason)); in tryRemoveNotification()