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()63 CarNotificationListener listener = new CarNotificationListener(); in provideCarNotificationListener()
40 import com.android.car.notification.CarNotificationListener;82 private final CarNotificationListener mCarNotificationListener;126 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
35 private CarNotificationListener mNotificationListener;43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();78 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()79 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
22 private final CarNotificationListener mCarNotificationListener;32 CarNotificationListener carNotificationListener, in NotificationViewController()143 if (what == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()158 if (message.what == CarNotificationListener.NOTIFY_RANKING_UPDATED) { in handleMessage()
48 public class CarNotificationListener extends NotificationListenerService implements class280 public CarNotificationListener getService() { in getService()281 return CarNotificationListener.this; in getService()
174 case CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED: in updateNotifications()180 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
58 private CarNotificationListener mCarNotificationListener;77 mCarNotificationListener = new CarNotificationListener(); in setup()
844 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()867 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()894 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()