Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationClickNotifier.kt29 val listeners = mutableListOf<NotificationInteractionListener>()
31 fun addNotificationInteractionListener(listener: NotificationInteractionListener) {
36 fun removeNotificationInteractionListener(listener: NotificationInteractionListener) {
87 interface NotificationInteractionListener { regex
H A DNotificationInteractionTracker.kt15 ) : NotifCollectionListener, NotificationInteractionListener {