Searched refs:CarLibLog (Results 1 – 5 of 5) sorted by relevance
281 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()
20 public class CarLibLog { class
23 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()
19 import android.car.CarLibLog;81 private static final String TAG = CarLibLog.TAG_NAV;