Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifEvent.kt74 data class EntryRemovedEvent( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java73 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryRemovedEvent;
473 mEventQueue.add(new EntryRemovedEvent(entry, entry.mCancellationReason)); in tryRemoveNotification()