Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationClickNotifier.kt26 val listeners = mutableListOf<NotificationInteractionListener>()
28 fun addNotificationInteractionListener(listener: NotificationInteractionListener) { in addNotificationInteractionListener()
33 fun removeNotificationInteractionListener(listener: NotificationInteractionListener) { in removeNotificationInteractionListener()
83 interface NotificationInteractionListener { interface
DNotificationInteractionTracker.kt17 ) : NotifCollectionListener, NotificationInteractionListener {