Searched refs:OBD2_LIVE_FRAME (Results 1 – 11 of 11) sorted by relevance
20 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;37 OBD2_LIVE_FRAME, in DiagnosticJsonReader()48 mLiveFrameBuilder = new DiagnosticEventBuilder(OBD2_LIVE_FRAME); in DiagnosticJsonReader()
52 VehicleProperty.OBD2_LIVE_FRAME, in testLiveFrame()62 return isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameAvailable()
59 CarDiagnosticManager.FRAME_TYPE_LIVE, VehicleProperty.OBD2_LIVE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
59 VehicleProperty.OBD2_LIVE_FRAME,86 return isSupported(VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameSupported()164 case VehicleProperty.OBD2_LIVE_FRAME: in getTokenForProperty()485 VehiclePropValue value = mVehicleHal.get(VehicleProperty.OBD2_LIVE_FRAME); in getCurrentLiveFrame()
19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;84 assertEquals(OBD2_LIVE_FRAME, vehiclePropValue.prop); in testObd2LiveFrameGeneration()
1507 public static final int OBD2_LIVE_FRAME = 299896064; field in VehiclePropertyIds2081 case OBD2_LIVE_FRAME: in toString()
100 MissingPermission: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:101 …MISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_LIVE_FRAME is hidden or …
318 …on("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_LIVE_FRAME = 299896064; …
72 new DiagnosticEventBuilder(VehicleProperty.OBD2_LIVE_FRAME);217 addProperty(VehicleProperty.OBD2_LIVE_FRAME, mLiveFrameEventBuilder.build()) in configureMockedHal()
302 VehiclePropertyIds.toString(VehiclePropertyIds.OBD2_LIVE_FRAME)); in testToString()