/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/ |
D | DiagnosticJsonReader.java | 19 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/ |
D | DiagnosticJsonReaderTest.java | 19 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()
|
D | DiagnosticHalServiceTest.java | 80 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/ |
D | Obd2FreezeFrameGeneratorTest.java | 19 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/ |
D | DiagnosticHalService.java | 59 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/ |
D | CarDiagnosticTest.java | 60 CarDiagnosticManager.FRAME_TYPE_FREEZE, VehicleProperty.OBD2_FREEZE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarDiagnosticManagerTest.java | 87 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/ |
D | baseline.txt | 94 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME: 95 …ISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME is hidden or…
|
D | test-baseline.txt | 94 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME: 95 …ISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME is hidden or…
|
D | lint-baseline.txt | 208 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
|
D | current.txt | 417 …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/ |
D | VehiclePropertyIdsTest.java | 281 propsToString.put(VehiclePropertyIds.OBD2_FREEZE_FRAME, "OBD2_FREEZE_FRAME"); in testToString()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 86 VehicleProperty.OBD2_FREEZE_FRAME,
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 4791 public static final int OBD2_FREEZE_FRAME = 299896065; field in VehiclePropertyIds
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 417 …n("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME = 299896065;…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2621 field TIRAMISU_0 int OBD2_FREEZE_FRAME = 299896065;
|