Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java177 private NotificationClickHandlerFactory mNotificationClickHandlerFactory; field in CarStatusBar
233 if (mNotificationClickHandlerFactory != null) {
234 mNotificationClickHandlerFactory.clearAllNotifications();
727 mNotificationClickHandlerFactory = new NotificationClickHandlerFactory( in connectNotificationsUI()
746 mNotificationClickHandlerFactory, mNotificationDataManager); in connectNotificationsUI()
761 mNotificationClickHandlerFactory.setNotificationDataManager(mNotificationDataManager); in connectNotificationsUI()
766 mNotificationView.setClickHandlerFactory(mNotificationClickHandlerFactory); in connectNotificationsUI()