Home
last modified time | relevance | path

Searched refs:diagnosticJson (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DDiagnosticJsonReader.java53 DiagnosticJson diagnosticJson = DiagnosticJson.build(jsonReader); in build() local
54 switch (diagnosticJson.type) { in build()
56 return diagnosticJson.build(mLiveFrameBuilder); in build()
58 return diagnosticJson.build(mFreezeFrameBuilder); in build()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java549 DiagnosticJson diagnosticJson = DiagnosticJson.build(jsonReader); in testDiagnosticJson() local
553 diagnosticJson in testDiagnosticJson()
559 diagnosticJson.floatValues.get(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()