Searched refs:getSystemFloatSensor (Results 1 – 9 of 9) sorted by relevance
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarDiagnosticManagerTest.java | 462 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/ |
| D | CarDiagnosticTest.java | 89 valuesList.add(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
|
| /packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/ |
| D | LiveDataActivity.java | 63 Float sensor_value = event.getSystemFloatSensor(i); in processSensorInfoIntoWrapper()
|
| /packages/services/Car/car-lib/src/android/car/diagnostic/ |
| D | CarDiagnosticEvent.java | 506 public float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent 546 public @Nullable Float getSystemFloatSensor( in getSystemFloatSensor() method in CarDiagnosticEvent
|
| /packages/services/Car/tools/GenericCarApiBuilder/ |
| D | complete_car_api_list.txt | 2327 method TIRAMISU_0 float getSystemFloatSensor(int sensor, float defaultValue); 2331 method TIRAMISU_0 Float getSystemFloatSensor(int sensor);
|
| /packages/services/Car/car-lib/api/ |
| D | system-lint-baseline.txt | 32 AutoBoxing: android.car.diagnostic.CarDiagnosticEvent#getSystemFloatSensor(int):
|
| D | system-current.txt | 590 method public float getSystemFloatSensor(int, float); 591 method @Nullable public Float getSystemFloatSensor(int);
|
| D | test-current.txt | 663 method public float getSystemFloatSensor(int, float); 664 method @Nullable public Float getSystemFloatSensor(int);
|
| /packages/services/Car/car-lib-module/api/ |
| D | system-current.txt | 590 method public float getSystemFloatSensor(int, float); 591 method @Nullable public Float getSystemFloatSensor(int);
|