Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarNotificationModule.java72 NotificationClickHandlerFactory notificationClickHandlerFactory, in provideCarHeadsUpNotificationManager() argument
74 return new CarHeadsUpNotificationManager(context, notificationClickHandlerFactory, in provideCarHeadsUpNotificationManager()
H A DNotificationPanelViewController.java127 NotificationClickHandlerFactory notificationClickHandlerFactory, in NotificationPanelViewController() argument
144 mNotificationClickHandlerFactory = notificationClickHandlerFactory; in NotificationPanelViewController()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationFooterViewHolder.java47 NotificationClickHandlerFactory notificationClickHandlerFactory) { in CarNotificationFooterViewHolder() argument
57 mClickHandlerFactory = notificationClickHandlerFactory; in CarNotificationFooterViewHolder()
H A DCarNotificationHeaderViewHolder.java51 NotificationClickHandlerFactory notificationClickHandlerFactory) { in CarNotificationHeaderViewHolder() argument
61 mClickHandlerFactory = notificationClickHandlerFactory; in CarNotificationHeaderViewHolder()