Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarDiagnosticManagerTest.java406 assertTrue(commonIgnitionMonitors.fuelSystem.available); in testIgnitionMonitors()
407 assertTrue(commonIgnitionMonitors.fuelSystem.incomplete); in testIgnitionMonitors()
450 assertTrue(commonIgnitionMonitors.fuelSystem.available); in testIgnitionMonitors()
451 assertTrue(commonIgnitionMonitors.fuelSystem.incomplete); in testIgnitionMonitors()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java619 public final IgnitionMonitor fuelSystem; field in CarDiagnosticEvent.CommonIgnitionMonitors
648 fuelSystem = FUEL_SYSTEM_DECODER.fromValue(bitmask); in CommonIgnitionMonitors()
/packages/services/Car/car-lib/api/
Dsystem-current.txt399 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor fuelSystem;