OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CarDiagnosticSensorIndices
(Results
1 - 3
of
3
) sorted by null
/packages/services/Car/car-lib/src/android/car/hardware/
CarDiagnosticEvent.java
186
if (key >=
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex.LAST_SYSTEM) {
192
if (key >=
CarDiagnosticSensorIndices
.Obd2FloatSensorIndex.LAST_SYSTEM) {
247
public int getSystemIntegerSensor(@
CarDiagnosticSensorIndices
.IntegerSensorIndex int sensor, int defaultValue) {
251
public float getSystemFloatSensor(@
CarDiagnosticSensorIndices
.FloatSensorIndex int sensor, float defaultValue) {
263
public @Nullable Integer getSystemIntegerSensor(@
CarDiagnosticSensorIndices
.IntegerSensorIndex int sensor) {
269
public @Nullable Float getSystemFloatSensor(@
CarDiagnosticSensorIndices
.FloatSensorIndex int sensor) {
289
* see {@link
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex#FUEL_SYSTEM_STATUS}
313
* see {@link
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex#COMMANDED_SECONDARY_AIR_STATUS}
335
* see {@link
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex#FUEL_TYPE}
397
* see {@link
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex#IGNITION_MONITORS_SUPPORTED
[
all
...]
CarDiagnosticSensorIndices.java
31
public final class
CarDiagnosticSensorIndices
{
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarDiagnosticManagerTest.java
30
import android.car.hardware.
CarDiagnosticSensorIndices
.Obd2FloatSensorIndex;
31
import android.car.hardware.
CarDiagnosticSensorIndices
.Obd2IntegerSensorIndex;
Completed in 39 milliseconds