HomeSort by relevance Sort by last modified time
    Searched refs:IntegerSensorIndex (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/car-lib/src/android/car/diagnostic/
IntegerSensorIndex.java 33 public final class IntegerSensorIndex {
34 private IntegerSensorIndex() {}
75 IntegerSensorIndex.FUEL_SYSTEM_STATUS,
76 IntegerSensorIndex.MALFUNCTION_INDICATOR_LIGHT_ON,
77 IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED,
78 IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS,
79 IntegerSensorIndex.INTAKE_AIR_TEMPERATURE,
80 IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS,
81 IntegerSensorIndex.NUM_OXYGEN_SENSORS_PRESENT,
82 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START
    [all...]
CarDiagnosticEvent.java 256 if (key >= android.car.diagnostic.IntegerSensorIndex.LAST_SYSTEM) {
401 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor, int defaultValue) {
435 @android.car.diagnostic.IntegerSensorIndex.SensorIndex int sensor) {
474 * android.car.diagnostic.IntegerSensorIndex#FUEL_SYSTEM_STATUS}
499 * android.car.diagnostic.IntegerSensorIndex#COMMANDED_SECONDARY_AIR_STATUS}
522 * android.car.diagnostic.IntegerSensorIndex#FUEL_TYPE}
846 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.FUEL_SYSTEM_STATUS);
854 return getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.COMMANDED_SECONDARY_AIR_STATUS);
863 getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED);
865 getSystemIntegerSensor(android.car.diagnostic.IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS)
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java 31 import android.car.diagnostic.IntegerSensorIndex;
207 mLiveFrameEventBuilder.addIntSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE, 30);
209 IntegerSensorIndex.FUEL_SYSTEM_STATUS,
212 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
213 mLiveFrameEventBuilder.addIntSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE, 2);
217 mFreezeFrameEventBuilder.addIntSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE, 30);
219 IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START, 5000);
220 mFreezeFrameEventBuilder.addIntSensor(IntegerSensorIndex.CONTROL_MODULE_VOLTAGE, 2);
244 .getSystemIntegerSensor(IntegerSensorIndex.RUNTIME_SINCE_ENGINE_START)
249 .getSystemIntegerSensor(IntegerSensorIndex.AMBIENT_AIR_TEMPERATURE
    [all...]

Completed in 148 milliseconds