Home
last modified time | relevance | path

Searched refs:CarLibLog (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DCar.java281 Log.e(CarLibLog.TAG_CAR, "FEATURE_AUTOMOTIVE not declared while android.car is used"); in createCar()
419 Log.w(CarLibLog.TAG_CAR, "getCarManager could not get binder for service:" + in getCarManager()
425 Log.w(CarLibLog.TAG_CAR, in getCarManager()
519 Log.w(CarLibLog.TAG_CAR, "cannot bind to car service after max retry"); in startCarService()
538 Log.w(CarLibLog.TAG_CAR, "RemoteException", e); in handleRemoteException()
DCarLibLog.java20 public class CarLibLog { class
/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java23 import android.car.CarLibLog;
407 if (Log.isLoggable(CarLibLog.TAG_SENSOR, Log.INFO)) { in handleCarServiceRemoteExceptionAndThrow()
408 Log.i(CarLibLog.TAG_SENSOR, "RemoteException from car service:" + e.getMessage()); in handleCarServiceRemoteExceptionAndThrow()
488 Log.w(CarLibLog.TAG_SENSOR, "dropping old sensor data"); in onSensorChanged()
/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationManager.java19 import android.car.CarLibLog;
81 private static final String TAG = CarLibLog.TAG_NAV;
/packages/services/Car/car-support-lib/src/android/support/car/
DCarLibLog.java20 public class CarLibLog { class