Home
last modified time | relevance | path

Searched refs:OBD2_FREEZE_FRAME_INFO (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java61 VehicleProperty.OBD2_FREEZE_FRAME_INFO,
94 return isSupported(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in isFreezeFrameInfoSupported()
176 case VehicleProperty.OBD2_FREEZE_FRAME_INFO: in getTokenForProperty()
502 VehiclePropValue value = mVehicleHal.get(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in getFreezeFrameTimestamps()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DObd2FreezeFrameTest.java59 VehicleProperty.OBD2_FREEZE_FRAME_INFO, in testFreezeFrame()
89 isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_FREEZE_FRAME_INFO); in isFreezeFrameAvailable()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1524 public static final int OBD2_FREEZE_FRAME_INFO = 299896066; field in VehiclePropertyIds
2085 case OBD2_FREEZE_FRAME_INFO: in toString()
/packages/services/Car/car-lib/api/
Dbaseline.txt98 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME_INFO:
99 …ION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME_INFO is hidden …
Dtest-baseline.txt98 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME_INFO:
99 …ION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME_INFO is hidden …
Dcurrent.txt317 …android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME_INFO = 29989606…
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java161 super(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in FreezeFrameInfoHandler()
220 VehicleProperty.OBD2_FREEZE_FRAME_INFO, in configureMockedHal()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java306 VehiclePropertyIds.toString(VehiclePropertyIds.OBD2_FREEZE_FRAME_INFO)); in testToString()