Home
last modified time | relevance | path

Searched refs:OBD2_LIVE_FRAME (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java89 liveFrameConfig.prop = VehicleProperty.OBD2_LIVE_FRAME; in setUp()
139 return mPropValueBuilder.build(VehicleProperty.OBD2_LIVE_FRAME, in getTestLiveFrame()
174 verify(mVehicle).subscribePropertySafe(mService, VehicleProperty.OBD2_LIVE_FRAME, in verifyRequestDiagnosticStartRate()
237 verify(mVehicle).unsubscribePropertySafe(mService, VehicleProperty.OBD2_LIVE_FRAME); in testRequestDiagnosticStopLiveFrame()
268 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenReturn(propValue); in testGetCurrentDiagnosticValueLiveFrame()
285 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenThrow( in testGetCurrentDiagnosticValueServiceSpecificException()
296 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenThrow( in testGetCurrentDiagnosticValueIllegalArgumentException()
331 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenReturn(getTestLiveFrame()); in testGetCurrentLiveFrame_ok()
338 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenThrow( in testGetCurrentLiveFrame_ServiceSpecificException()
346 when(mVehicle.get(VehicleProperty.OBD2_LIVE_FRAME)).thenThrow( in testGetCurrentLiveFrame_IllegalArgumentException()
DDiagnosticJsonReaderTest.java20 import static android.car.VehiclePropertyIds.OBD2_LIVE_FRAME;
70 buildEmptyVehiclePropertyValue(OBD2_LIVE_FRAME, ANY_TIMESTAMP_VALUE)); in testBuild_liveFrame()
88 liveFrameConfig.prop = VehicleProperty.OBD2_LIVE_FRAME; in buildDiagnosticJsonReader()
/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DDiagnosticJsonReader.java20 import static android.hardware.automotive.vehicle.VehicleProperty.OBD2_LIVE_FRAME;
38 OBD2_LIVE_FRAME, in DiagnosticJsonReader()
49 mLiveFrameBuilder = new DiagnosticEventBuilder(OBD2_LIVE_FRAME); in DiagnosticJsonReader()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java58 CarDiagnosticManager.FRAME_TYPE_LIVE, VehicleProperty.OBD2_LIVE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
98 saveProperty(VehicleProperty.OBD2_LIVE_FRAME, 0); in setUp()
105 restoreProperty(VehicleProperty.OBD2_LIVE_FRAME, 0); in tearDown()
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DObd2LiveFrameGeneratorTest.java19 import static android.hardware.automotive.vehicle.VehicleProperty.OBD2_LIVE_FRAME;
71 assertEquals(OBD2_LIVE_FRAME, vehiclePropValue.prop); in testObd2LiveFrameGeneration()
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java58 VehicleProperty.OBD2_LIVE_FRAME,
86 return isSupported(VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameSupported()
174 case VehicleProperty.OBD2_LIVE_FRAME: in getTokenForProperty()
549 HalPropValue value = mVehicleHal.get(VehicleProperty.OBD2_LIVE_FRAME); in getCurrentLiveFrame()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java85 new DiagnosticEventBuilder(VehicleProperty.OBD2_LIVE_FRAME);
248 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, handler) in configureMockedHal()
252 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, handler) in configureMockedHal()
256 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, handler) in configureMockedHal()
260 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, handler) in configureMockedHal()
264 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, handler) in configureMockedHal()
267 addAidlProperty(VehicleProperty.OBD2_LIVE_FRAME, mLiveFrameEventBuilder.build()) in configureMockedHal()
/packages/services/Car/car-lib/api/
Dbaseline.txt100 MissingPermission: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
101 …MISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_LIVE_FRAME is hidden or …
Dtest-baseline.txt100 MissingPermission: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
101 …MISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_LIVE_FRAME is hidden or …
Dlint-baseline.txt214 Todo: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
894 UnflaggedApi: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
895 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.OBD2_LIVE_FRAME
Dcurrent.txt420 …on("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_LIVE_FRAME = 299896064; …
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java280 propsToString.put(VehiclePropertyIds.OBD2_LIVE_FRAME, "OBD2_LIVE_FRAME"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java4779 public static final int OBD2_LIVE_FRAME = 299896064; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt420 …on("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_LIVE_FRAME = 299896064; …
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2620 field TIRAMISU_0 int OBD2_LIVE_FRAME = 299896064;