Searched refs:IntegerSensorIndex (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/ |
H A D | IntegerSensorIndex.java | 34 public final class IntegerSensorIndex { class 35 private IntegerSensorIndex() {} in IntegerSensorIndex() method in IntegerSensorIndex 76 IntegerSensorIndex.FUEL_SYSTEM_STATUS, 80 IntegerSensorIndex.INTAKE_AIR_TEMPERATURE, 88 IntegerSensorIndex.CONTROL_MODULE_VOLTAGE, 89 IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE, 93 IntegerSensorIndex.MAX_OXYGEN_SENSOR_VOLTAGE, 97 IntegerSensorIndex.FUEL_TYPE, 99 IntegerSensorIndex.ENGINE_OIL_TEMPERATURE, 108 IntegerSensorIndex.LAST_SYSTEM, [all …]
|
H A D | CarDiagnosticEvent.java | 315 if (key >= android.car.diagnostic.IntegerSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved() 465 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor, int defaultValue) { in getSystemIntegerSensor() 499 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor) { in getSystemIntegerSensor() 911 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_SYSTEM_STATUS); in getFuelSystemStatus() 920 android.car.diagnostic.IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS); in getSecondaryAirStatus() 930 android.car.diagnostic.IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED); in getIgnitionMonitors() 933 android.car.diagnostic.IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS); in getIgnitionMonitors() 951 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_TYPE); in getFuelType()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarDiagnosticManagerTest.java | 35 import android.car.diagnostic.IntegerSensorIndex; 234 IntegerSensorIndex.FUEL_SYSTEM_STATUS, in setUp() 237 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp() 244 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp() 301 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5100); in testLiveFrameEvent() 330 IntegerSensorIndex.DRIVER_DEMAND_PERCENT_TORQUE)); in testMissingSensorRead() 334 IntegerSensorIndex.DRIVER_DEMAND_PERCENT_TORQUE, -1)); in testMissingSensorRead() 380 IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS, in testSecondaryAirStatus() 508 IntegerSensorIndex.FUEL_TYPE, FuelType.BIFUEL_RUNNING_LPG); in testFuelType() 565 .get(IntegerSensorIndex.ENGINE_OIL_TEMPERATURE) in testDiagnosticJson() [all …]
|
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
H A D | CarDiagnosticTest.java | 24 import android.car.diagnostic.IntegerSensorIndex; 83 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in fromCarDiagnosticEvent()
|
/aosp12/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/ |
H A D | JsonMetadataReader.java | 20 import android.car.diagnostic.IntegerSensorIndex; 120 return readSensorIndexFromJson(in, IntegerSensorIndex.class); in readIntegerSensorIndexFromJson()
|
/aosp12/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/ |
H A D | LiveDataActivity.java | 24 import android.car.diagnostic.IntegerSensorIndex; 76 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in processSensorInfoIntoWrapper()
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | system-lint-baseline.txt | 149 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_AIR_FLOW_RATE_FROM_MASS_AIR_FLOW_SENS… 150 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_AIR_FLOW… 151 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_FUEL_AIR_EQUIVALENCE_RATIO: 152 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_FUEL_AIR… 153 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_INTAKE_MANIFOLD_ABSOLUTE_PRESSURE: 154 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_INTAKE_M… 155 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_SENSOR_CURRENT: 156 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_S… 157 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_SENSOR_VOLTAGE: 158 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_S…
|
H A D | system-current.txt | 572 public final class IntegerSensorIndex {
|