Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java462 liveFrame.getSystemFloatSensor(FloatSensorIndex.CALCULATED_ENGINE_LOAD), in testLiveFrameRead()
466 liveFrame.getSystemFloatSensor(FloatSensorIndex.VEHICLE_SPEED), in testLiveFrameRead()
515 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR6_VOLTAGE)).isNull(); in testMissingSensorRead()
518 … liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR5_VOLTAGE, 0.25f), EPS); in testMissingSensorRead()
721 liveFrame.getSystemFloatSensor(FloatSensorIndex.OXYGEN_SENSOR1_VOLTAGE), in testDiagnosticJson()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java89 valuesList.add(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DLiveDataActivity.java63 Float sensor_value = event.getSystemFloatSensor(i); in processSensorInfoIntoWrapper()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java506 public float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
546 public @Nullable Float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2327 method TIRAMISU_0 float getSystemFloatSensor(int sensor, float defaultValue);
2331 method TIRAMISU_0 Float getSystemFloatSensor(int sensor);
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt32 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemFloatSensor(int):
Dsystem-current.txt590 method public float getSystemFloatSensor(int, float);
591 method @Nullable public Float getSystemFloatSensor(int);
Dtest-current.txt663 method public float getSystemFloatSensor(int, float);
664 method @Nullable public Float getSystemFloatSensor(int);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt590 method public float getSystemFloatSensor(int, float);
591 method @Nullable public Float getSystemFloatSensor(int);