Searched refs:CarNotificationListener (Results 1 – 4 of 4) sorted by relevance
35 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()
43 public class CarNotificationListener extends NotificationListenerService { class219 public CarNotificationListener getService() { in getService()220 return CarNotificationListener.this; in getService()
25 private final CarNotificationListener mCarNotificationListener;34 CarNotificationListener carNotificationListener, in NotificationViewController()
156 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()163 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()