Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInteractionTracker.kt14 clicker: NotificationClickNotifier,
19 clicker.addNotificationInteractionListener(this)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java122 public void setNotificationClicker(NotificationClicker clicker) { in setNotificationClicker() argument
123 mNotificationClicker = clicker; in setNotificationClicker()