Home
last modified time | relevance | path

Searched refs:CarDiagnosticSensorIndices (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarDiagnosticEvent.java186 if (key >= CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved()
192 if (key >= CarDiagnosticSensorIndices.Obd2FloatSensorIndex.LAST_SYSTEM) { in withVendorSensorsRemoved()
247 …public int getSystemIntegerSensor(@CarDiagnosticSensorIndices.IntegerSensorIndex int sensor, int d… in getSystemIntegerSensor()
251 …public float getSystemFloatSensor(@CarDiagnosticSensorIndices.FloatSensorIndex int sensor, float d… in getSystemFloatSensor()
263 …public @Nullable Integer getSystemIntegerSensor(@CarDiagnosticSensorIndices.IntegerSensorIndex int… in getSystemIntegerSensor()
269 …public @Nullable Float getSystemFloatSensor(@CarDiagnosticSensorIndices.FloatSensorIndex int senso… in getSystemFloatSensor()
642 …return getSystemIntegerSensor(CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.FUEL_SYSTEM_STATUS… in getFuelSystemStatus()
646 …return getSystemIntegerSensor(CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.COMMANDED_SECONDAR… in getSecondaryAirStatus()
651 CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.IGNITION_MONITORS_SUPPORTED); in getIgnitionMonitors()
653 CarDiagnosticSensorIndices.Obd2IntegerSensorIndex.IGNITION_SPECIFIC_MONITORS); in getIgnitionMonitors()
[all …]
DCarDiagnosticSensorIndices.java31 public final class CarDiagnosticSensorIndices { class
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarDiagnosticManagerTest.java30 import android.car.hardware.CarDiagnosticSensorIndices.Obd2FloatSensorIndex;
31 import android.car.hardware.CarDiagnosticSensorIndices.Obd2IntegerSensorIndex;