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.kt79 data class EntryRemovedEvent( dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java88 import com.android.systemui.statusbar.notification.collection.notifcollection.EntryRemovedEvent;
577 mEventQueue.add(new EntryRemovedEvent(entry, entry.mCancellationReason)); in tryRemoveNotification()