Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java97 freezeFrameInfoConfig.prop = VehicleProperty.OBD2_FREEZE_FRAME_INFO; in setUp()
354 HalPropValue value = mPropValueBuilder.build(VehicleProperty.OBD2_FREEZE_FRAME_INFO, 0, in testGetFreezeFrameTimestamps_ok()
356 when(mVehicle.get(VehicleProperty.OBD2_FREEZE_FRAME_INFO)).thenReturn(value); in testGetFreezeFrameTimestamps_ok()
364 when(mVehicle.get(VehicleProperty.OBD2_FREEZE_FRAME_INFO)).thenThrow( in testGetFreezeFrameTimestamps_ServiceSpecificException()
372 when(mVehicle.get(VehicleProperty.OBD2_FREEZE_FRAME_INFO)).thenThrow( in testGetFreezeFrameTimestamps_IllegalArgumentException()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java60 VehicleProperty.OBD2_FREEZE_FRAME_INFO,
94 return isSupported(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in isFreezeFrameInfoSupported()
186 case VehicleProperty.OBD2_FREEZE_FRAME_INFO: in getTokenForProperty()
566 HalPropValue value = mVehicleHal.get(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in getFreezeFrameTimestamps()
/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 …
Dlint-baseline.txt212 Todo: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME_INFO:
892 UnflaggedApi: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME_INFO:
893 …w API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.OBD2_FREEZE_FRAME_INFO
Dcurrent.txt419 …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.java187 super(VehicleProperty.OBD2_FREEZE_FRAME_INFO); in FreezeFrameInfoHandler()
290 VehicleProperty.OBD2_FREEZE_FRAME_INFO, in configureMockedHal()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java282 propsToString.put(VehiclePropertyIds.OBD2_FREEZE_FRAME_INFO, "OBD2_FREEZE_FRAME_INFO"); in testToString()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java87 VehicleProperty.OBD2_FREEZE_FRAME_INFO
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java4803 public static final int OBD2_FREEZE_FRAME_INFO = 299896066; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt419 …android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME_INFO = 29989606…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2622 field TIRAMISU_0 int OBD2_FREEZE_FRAME_INFO = 299896066;