Home
last modified time | relevance | path

Searched refs:removeCollectionListener (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipeline.kt97 override fun removeCollectionListener(listener: NotifCollectionListener) {
98 mNotifCollection.removeCollectionListener(listener)
H A DNotifCollection.java245 void removeCollectionListener(NotifCollectionListener listener) { in removeCollectionListener() method in NotifCollection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DCommonNotifCollection.java44 void removeCollectionListener(@NonNull NotifCollectionListener listener); in removeCollectionListener() method