Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt65 private val notificationRowBinder: NotificationRowBinderImpl,
89 notificationRowBinder.setNotificationClicker(
91 notificationRowBinder.setUpWithPresenter(presenter, listContainer)
98 notificationRowBinder,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java246 NotificationRowBinderImpl notificationRowBinder); in bindNotificationRowBinder() argument