Searched refs:TAG_CAR (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | CarLibLog.java | 21 public static final String TAG_CAR = "CAR.L"; field in CarLibLog 22 public static final String TAG_CLUSTER = TAG_CAR + ".CLUSTER"; 23 public static final String TAG_INPUT = TAG_CAR + ".INPUT"; 24 public static final String TAG_NAV = TAG_CAR + ".NAV"; 25 public static final String TAG_SENSOR = TAG_CAR + ".SENSOR"; 26 public static final String TAG_DIAGNOSTIC = TAG_CAR + ".DIAGNOSTIC";
|
H A D | Car.java | 19 import static android.car.CarLibLog.TAG_CAR; 1098 Log.wtf(TAG_CAR, "null binder service", new RuntimeException()); 1279 Log.w(TAG_CAR, in createCar() 1390 Log.w(TAG_CAR, "interrupted", new RuntimeException()); in createCar() 1396 Log.w(TAG_CAR, in createCar() 1766 Log.w(TAG_CAR, "Car service threw TransactionTooLargeException", e); in handleRemoteExceptionFromCarService() 1769 Log.w(TAG_CAR, "Car service has crashed", e); in handleRemoteExceptionFromCarService() 1780 Log.w(TAG_CAR, in finishClient() 1819 Log.w(TAG_CAR, "Car service has crashed, client:" in handleRemoteExceptionFromCarService() 1963 Log.e(TAG_CAR, "Cannot construct CarManager, class:" + className, e); in constructCarManager() [all …]
|
H A D | CarManagerBase.java | 19 import static android.car.CarLibLog.TAG_CAR; 63 Log.w(TAG_CAR, "Car service threw Runtime Exception.", e); in handleExceptionFromCarService() 68 Log.wtf(TAG_CAR, "Car service threw Exception.", e); in handleExceptionFromCarService()
|
/aosp12/packages/services/Car/car-lib/src/android/car/media/ |
H A D | CarAudioManager.java | 714 Log.e(CarLibLog.TAG_CAR, "registerVolumeCallback failed", e); in registerVolumeCallback() 817 Log.e(CarLibLog.TAG_CAR, "Unknown nessage not handled:" + msg.what); in handleMessage()
|