Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java70 private NotificationClicker mNotificationClicker; field in NotificationRowBinderImpl
110 mNotificationClicker = clicker; in setNotificationClicker()
211 requireNonNull(mNotificationClicker).register(row, entry.getSbn()); in updateRow()