Home
last modified time | relevance | path

Searched refs:FuelSystemStatus (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Command.java25 import com.android.car.obd2.commands.FuelSystemStatus;
116 new FuelSystemStatus(), in addSupportedIntegerCommands() argument
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java29 import android.car.diagnostic.CarDiagnosticEvent.FuelSystemStatus;
235 FuelSystemStatus.OPEN_ENGINE_LOAD_OR_DECELERATION); in setUp()
363 FuelSystemStatus.OPEN_ENGINE_LOAD_OR_DECELERATION, in testFuelSystemStatus()
368 FuelSystemStatus.OPEN_ENGINE_LOAD_OR_DECELERATION, in testFuelSystemStatus()
DCarDiagnosticConstantsTest.java149 android.car.diagnostic.CarDiagnosticEvent.FuelSystemStatus.class); in testFuelSystemStatus()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java540 public static final class FuelSystemStatus { class in CarDiagnosticEvent
541 private FuelSystemStatus() {} in FuelSystemStatus() method in CarDiagnosticEvent.FuelSystemStatus
910 public @Nullable @FuelSystemStatus.Status Integer getFuelSystemStatus() { in getFuelSystemStatus()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
DFuelSystemStatus.java23 public class FuelSystemStatus implements Obd2Command.OutputSemanticHandler<Integer> { class
/packages/services/Car/car-lib/api/
Dsystem-current.txt352 …method @android.car.diagnostic.CarDiagnosticEvent.FuelSystemStatus.Status @Nullable public Integer…
405 public static final class CarDiagnosticEvent.FuelSystemStatus {
413FuelSystemStatus.OPEN_INSUFFICIENT_ENGINE_TEMPERATURE, android.car.diagnostic.CarDiagnosticEvent.F…
Dsystem-lint-baseline.txt693 PublicTypedef: android.car.diagnostic.CarDiagnosticEvent.FuelSystemStatus.Status: