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/
DCarDiagnosticManagerTest.java423 assertTrue(commonIgnitionMonitors.fuelSystem.available); in testIgnitionMonitors()
424 assertTrue(commonIgnitionMonitors.fuelSystem.incomplete); in testIgnitionMonitors()
467 assertTrue(commonIgnitionMonitors.fuelSystem.available); in testIgnitionMonitors()
468 assertTrue(commonIgnitionMonitors.fuelSystem.incomplete); in testIgnitionMonitors()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java681 public final IgnitionMonitor fuelSystem; field in CarDiagnosticEvent.CommonIgnitionMonitors
710 fuelSystem = FUEL_SYSTEM_DECODER.fromValue(bitmask); in CommonIgnitionMonitors()
/packages/services/Car/car-lib/api/
Dsystem-current.txt325 field public final android.car.diagnostic.CarDiagnosticEvent.IgnitionMonitor fuelSystem;