Home
last modified time | relevance | path

Searched refs:IntegerSensorIndex (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/diagnostic/
DIntegerSensorIndex.java34 public final class IntegerSensorIndex { class
35 private IntegerSensorIndex() {} in IntegerSensorIndex() method in IntegerSensorIndex
76 IntegerSensorIndex.FUEL_SYSTEM_STATUS,
77 IntegerSensorIndex.MALFUNCTION_INDICATOR_LIGHT_ON,
78 IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED,
79 IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS,
80 IntegerSensorIndex.INTAKE_AIR_TEMPERATURE,
81 IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS,
82 IntegerSensorIndex.NUM_OXYGEN_SENSORS_PRESENT,
83 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START,
[all …]
DCarDiagnosticEvent.java320 if (key >= android.car.diagnostic.IntegerSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved()
470 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor, int defaultValue) { in getSystemIntegerSensor()
504 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor) { in getSystemIntegerSensor()
916 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_SYSTEM_STATUS); in getFuelSystemStatus()
925 android.car.diagnostic.IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS); in getSecondaryAirStatus()
935 android.car.diagnostic.IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED); in getIgnitionMonitors()
938 android.car.diagnostic.IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS); in getIgnitionMonitors()
956 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_TYPE); in getFuelType()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java39 import android.car.diagnostic.IntegerSensorIndex;
321 mLiveFrameEventBuilder.addIntSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE, 30); in setUp()
323 IntegerSensorIndex.FUEL_SYSTEM_STATUS, in setUp()
326 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp()
327 mLiveFrameEventBuilder.addIntSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE, 2); in setUp()
331 mFreezeFrameEventBuilder.addIntSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE, 30); in setUp()
333 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000); in setUp()
334 mFreezeFrameEventBuilder.addIntSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE, 2); in setUp()
449 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START) in testLiveFrameRead()
454 .getSystemIntegerSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE) in testLiveFrameRead()
[all …]
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/
DJsonMetadataReader.java20 import android.car.diagnostic.IntegerSensorIndex;
120 return readSensorIndexFromJson(in, IntegerSensorIndex.class); in readIntegerSensorIndexFromJson()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarDiagnosticTest.java24 import android.car.diagnostic.IntegerSensorIndex;
85 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in fromCarDiagnosticEvent()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DLiveDataActivity.java24 import android.car.diagnostic.IntegerSensorIndex;
76 for (int i = 0; i <= IntegerSensorIndex.LAST_SYSTEM; i++) { in processSensorInfoIntoWrapper()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt198 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_AIR_FLOW_RATE_FROM_MASS_AIR_FLOW_SENS…
199 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_AIR_FLOW…
200 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_FUEL_AIR_EQUIVALENCE_RATIO:
201 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_FUEL_AIR…
202 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_INTAKE_MANIFOLD_ABSOLUTE_PRESSURE:
203 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_INTAKE_M…
204 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_SENSOR_CURRENT:
205 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_S…
206 MinMaxConstant: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_SENSOR_VOLTAGE:
207 …hange in future, make them dynamic methods: android.car.diagnostic.IntegerSensorIndex#MAX_OXYGEN_S…
[all …]
Dsystem-current.txt768 public final class IntegerSensorIndex {
Dtest-current.txt840 public final class IntegerSensorIndex {
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt768 public final class IntegerSensorIndex {