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;84 private final CarNotificationListener mCarNotificationListener;156 CarNotificationListener carNotificationListener, in NotificationPanelViewController()
38 private CarNotificationListener mNotificationListener;49 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();99 Intent intent = new Intent(this, CarNotificationListener.class); in onStart()100 intent.setAction(CarNotificationListener.ACTION_LOCAL_BINDING); in onStart()
22 private final CarNotificationListener mCarNotificationListener;33 CarNotificationListener carNotificationListener, in NotificationViewController()145 if (what == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()160 if (message.what == CarNotificationListener.NOTIFY_RANKING_UPDATED) { in handleMessage()
48 public class CarNotificationListener extends NotificationListenerService implements class328 public CarNotificationListener getService() { in getService()329 return CarNotificationListener.this; in getService()
176 case CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED: in updateNotifications()182 case CarNotificationListener.NOTIFY_NOTIFICATION_POSTED: in updateNotifications()
61 private CarNotificationListener mCarNotificationListener;78 mCarNotificationListener = spy(new CarNotificationListener()); in setup()
1101 CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED, in onUpdateNotifications_notificationRemoved_removesNotification()1124 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1151 CarNotificationListener.NOTIFY_NOTIFICATION_POSTED, in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()