Home
last modified time | relevance | path

Searched defs:FuelSystemStatus (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
H A DFuelSystemStatus.java23 public class FuelSystemStatus implements Obd2Command.OutputSemanticHandler<Integer> { class
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2Command.java116 new FuelSystemStatus(), in addSupportedIntegerCommands()
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java540 public static final class FuelSystemStatus { class in CarDiagnosticEvent
541 private FuelSystemStatus() {} in FuelSystemStatus() method in CarDiagnosticEvent.FuelSystemStatus