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.kt29 val listeners = mutableListOf<NotificationInteractionListener>()
31 fun addNotificationInteractionListener(listener: NotificationInteractionListener) { in addNotificationInteractionListener()
36 fun removeNotificationInteractionListener(listener: NotificationInteractionListener) { in removeNotificationInteractionListener()
92 interface NotificationInteractionListener { interface
DNotificationInteractionTracker.kt15 ) : NotifCollectionListener, NotificationInteractionListener {