Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt71 private val notificationRowBinder: NotificationRowBinderImpl,
100 notificationRowBinder.setNotificationClicker(
103 notificationRowBinder.setUpWithPresenter(
114 notificationRowBinder,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java147 NotificationRowBinderImpl notificationRowBinder); in bindNotificationRowBinder() argument