Searched refs:CarNotificationListener (Results 1 – 8 of 8) sorted by relevance
22 import com.android.car.notification.CarNotificationListener;60 static CarNotificationListener provideCarNotificationListener(Context context, in provideCarNotificationListener()64 CarNotificationListener listener = new CarNotificationListener(); in provideCarNotificationListener()
41 import com.android.car.notification.CarNotificationListener;83 private final CarNotificationListener mCarNotificationListener;128 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
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()
45 public class CarNotificationListener extends NotificationListenerService implements class244 public CarNotificationListener getService() { in getService()245 return CarNotificationListener.this; in getService()
23 private final CarNotificationListener mCarNotificationListener;32 CarNotificationListener carNotificationListener, in NotificationViewController()
152 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()159 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
56 private CarNotificationListener mCarNotificationListener;75 mCarNotificationListener = new CarNotificationListener(); in setup()
650 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()673 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()700 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()