Searched refs:OBD2_FREEZE_FRAME (Results 1 – 11 of 11) sorted by relevance
19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_FREEZE_FRAME;42 OBD2_FREEZE_FRAME, in DiagnosticJsonReader()49 mFreezeFrameBuilder = new DiagnosticEventBuilder(OBD2_FREEZE_FRAME); in DiagnosticJsonReader()
19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_FREEZE_FRAME;106 assertEquals(OBD2_FREEZE_FRAME, vehiclePropValue.prop); in testObd2FreezeFrameGeneration()110 assertEquals(OBD2_FREEZE_FRAME, vehiclePropValue.prop); in testObd2FreezeFrameGeneration()
60 VehicleProperty.OBD2_FREEZE_FRAME,90 return isSupported(VehicleProperty.OBD2_FREEZE_FRAME); in isFreezeFrameSupported()170 case VehicleProperty.OBD2_FREEZE_FRAME: in getTokenForProperty()368 final boolean isFreezeFrame = value.prop == VehicleProperty.OBD2_FREEZE_FRAME; in createCarDiagnosticEvent()525 VehicleProperty.OBD2_FREEZE_FRAME); in getFreezeFrame()
68 VehiclePropValueBuilder.newBuilder(VehicleProperty.OBD2_FREEZE_FRAME) in testFreezeFrame()88 return isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_FREEZE_FRAME) && in isFreezeFrameAvailable()
61 CarDiagnosticManager.FRAME_TYPE_FREEZE, VehicleProperty.OBD2_FREEZE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
1517 public static final int OBD2_FREEZE_FRAME = 299896065; field in VehiclePropertyIds2083 case OBD2_FREEZE_FRAME: in toString()
74 new DiagnosticEventBuilder(VehicleProperty.OBD2_FREEZE_FRAME);176 super(VehicleProperty.OBD2_FREEZE_FRAME); in FreezeFrameHandler()222 addProperty(VehicleProperty.OBD2_FREEZE_FRAME, mFreezeFrameProperties.mFreezeFrameHandler) in configureMockedHal()
94 MissingPermission: android.car.VehiclePropertyIds#OBD2_FREEZE_FRAME:95 …ISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_FREEZE_FRAME is hidden or…
315 …n("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_FREEZE_FRAME = 299896065;…
304 VehiclePropertyIds.toString(VehiclePropertyIds.OBD2_FREEZE_FRAME)); in testToString()