Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java102 app.getClickHandlerFactory().setNotificationDataManager(mNotificationDataManager); in onCreate()
104 …app.getClickHandlerFactory(), mNotificationDataManager, new CarHeadsUpNotificationAppContainer(thi… in onCreate()
DAlertEntry.java71 NotificationClickHandlerFactory getClickHandlerFactory() { in getClickHandlerFactory() method in AlertEntry
DNotificationApplication.java97 public NotificationClickHandlerFactory getClickHandlerFactory() { in getClickHandlerFactory() method in NotificationApplication
DCarNotificationCenterActivity.java72 mCarNotificationView.setClickHandlerFactory(app.getClickHandlerFactory()); in onCreate()