Searched refs:getSystemFloatSensor (Results 1 – 6 of 6) sorted by relevance
283 liveFrame.getSystemFloatSensor(FloatSensorIndex.CALCULATED_ENGINE_LOAD), in testLiveFrameRead()287 liveFrame.getSystemFloatSensor(FloatSensorIndex.VEHICLE_SPEED), in testLiveFrameRead()336 assertNull(liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR6_VOLTAGE)); in testMissingSensorRead()339 … liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR5_VOLTAGE, 0.25f), EPS); in testMissingSensorRead()548 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()
87 builder.addFloatValue(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
63 Float sensor_value = event.getSystemFloatSensor(i); in processSensorInfoIntoWrapper()
473 public float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent509 public @Nullable Float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
356 method public float getSystemFloatSensor(int, float);357 method @Nullable public Float getSystemFloatSensor(int);
28 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemFloatSensor(int):