Home
last modified time | relevance | path

Searched refs:OBD2_FREEZE_FRAME (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DDiagnosticJsonReader.java19 import static android.hardware.automotive.vehicle.VehicleProperty.OBD2_FREEZE_FRAME;
43 OBD2_FREEZE_FRAME, in DiagnosticJsonReader()
50 mFreezeFrameBuilder = new DiagnosticEventBuilder(OBD2_FREEZE_FRAME); in DiagnosticJsonReader()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticJsonReaderTest.java19 import static android.car.VehiclePropertyIds.OBD2_FREEZE_FRAME;
59 buildEmptyVehiclePropertyValue(OBD2_FREEZE_FRAME, ANY_TIMESTAMP_VALUE)); in testBuild_freezeFrame()
93 freezeFrameConfig.prop = VehicleProperty.OBD2_FREEZE_FRAME; in buildDiagnosticJsonReader()
DDiagnosticHalServiceTest.java80 freezeFrameConfig.prop = VehicleProperty.OBD2_FREEZE_FRAME; in setUp()
122 return mPropValueBuilder.build(VehicleProperty.OBD2_FREEZE_FRAME, in getTestFreezeFrame()
224 verify(mVehicle).subscribePropertySafe(mService, VehicleProperty.OBD2_FREEZE_FRAME, 10f); in testRequestDiagnosticStartFreezeFrame()
244 verify(mVehicle).unsubscribePropertySafe(mService, VehicleProperty.OBD2_FREEZE_FRAME); in testRequestDiagnosticStopFreezeFrame()
257 when(mVehicle.get(VehicleProperty.OBD2_FREEZE_FRAME)).thenReturn(propValue); in testGetCurrentDiagnosticValueFreezeFrame()
381 VehicleProperty.OBD2_FREEZE_FRAME, 0, TEST_TIMESTAMP); in testGetFreezeFrame_ok()
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DObd2FreezeFrameGeneratorTest.java19 import static android.hardware.automotive.vehicle.VehicleProperty.OBD2_FREEZE_FRAME;
93 assertEquals(OBD2_FREEZE_FRAME, vehiclePropValue.prop); in testObd2FreezeFrameGeneration()
97 assertEquals(OBD2_FREEZE_FRAME, vehiclePropValue.prop); in testObd2FreezeFrameGeneration()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java59 VehicleProperty.OBD2_FREEZE_FRAME,
90 return isSupported(VehicleProperty.OBD2_FREEZE_FRAME); in isFreezeFrameSupported()
180 case VehicleProperty.OBD2_FREEZE_FRAME: in getTokenForProperty()
428 final boolean isFreezeFrame = propId == VehicleProperty.OBD2_FREEZE_FRAME; in createCarDiagnosticEvent()
589 VehicleProperty.OBD2_FREEZE_FRAME, /*areaId=*/0, /*value=*/timestamp); in getFreezeFrame()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java60 CarDiagnosticManager.FRAME_TYPE_FREEZE, VehicleProperty.OBD2_FREEZE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java87 new DiagnosticEventBuilder(VehicleProperty.OBD2_FREEZE_FRAME);
202 super(VehicleProperty.OBD2_FREEZE_FRAME); in FreezeFrameHandler()
309 addAidlProperty(VehicleProperty.OBD2_FREEZE_FRAME, in configureMockedHal()
/packages/services/Car/car-lib/api/
Dbaseline.txt94 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME:
95 …ISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME is hidden or…
Dtest-baseline.txt94 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME:
95 …ISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME is hidden or…
Dlint-baseline.txt208 Todo: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME:
888 UnflaggedApi: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME:
889 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.OBD2_FREEZE_FRAME
Dcurrent.txt417 …n("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME = 299896065;…
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java281 propsToString.put(VehiclePropertyIds.OBD2_FREEZE_FRAME, "OBD2_FREEZE_FRAME"); in testToString()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java86 VehicleProperty.OBD2_FREEZE_FRAME,
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java4791 public static final int OBD2_FREEZE_FRAME = 299896065; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt417 …n("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME = 299896065;…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2621 field TIRAMISU_0 int OBD2_FREEZE_FRAME = 299896065;