Home
last modified time | relevance | path

Searched refs:getSystemFloatSensor (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java275 liveFrame.getSystemFloatSensor(FloatSensorIndex.CALCULATED_ENGINE_LOAD), in testLiveFrameRead()
279 liveFrame.getSystemFloatSensor(FloatSensorIndex.VEHICLE_SPEED), in testLiveFrameRead()
328 assertNull(liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR6_VOLTAGE)); in testMissingSensorRead()
331 … liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR5_VOLTAGE, 0.25f), EPS); in testMissingSensorRead()
538 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java87 builder.addFloatValue(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java468 public float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
504 public @Nullable Float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
/packages/services/Car/car-lib/api/
Dsystem-current.txt289 method public float getSystemFloatSensor(int, float);
290 method @Nullable public Float getSystemFloatSensor(int);