Searched refs:CarDiagnosticSensorIndices (Results 1 – 3 of 3) sorted by relevance
186 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 …]
31 public final class CarDiagnosticSensorIndices { class
30 import android.car.hardware.CarDiagnosticSensorIndices.Obd2FloatSensorIndex;31 import android.car.hardware.CarDiagnosticSensorIndices.Obd2IntegerSensorIndex;