Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java35 private CarNotificationListener mNotificationListener;
43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
80 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()
81 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
DCarNotificationListener.java43 public class CarNotificationListener extends NotificationListenerService { class
219 public CarNotificationListener getService() { in getService()
220 return CarNotificationListener.this; in getService()
DNotificationViewController.java25 private final CarNotificationListener mCarNotificationListener;
34 CarNotificationListener carNotificationListener, in NotificationViewController()
DPreprocessingManager.java156 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()
163 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()