Searched refs:FuelType (Results 1 – 13 of 13) sorted by relevance
19 import android.car.FuelType;30 assertThat(FuelType.UNKNOWN) in testMatchWithVehicleHal()33 assertThat(FuelType.UNLEADED) in testMatchWithVehicleHal()36 assertThat(FuelType.LEADED) in testMatchWithVehicleHal()39 assertThat(FuelType.DIESEL_1) in testMatchWithVehicleHal()42 assertThat(FuelType.DIESEL_2) in testMatchWithVehicleHal()48 assertThat(FuelType.E85) in testMatchWithVehicleHal()51 assertThat(FuelType.LPG) in testMatchWithVehicleHal()54 assertThat(FuelType.CNG) in testMatchWithVehicleHal()57 assertThat(FuelType.LNG) in testMatchWithVehicleHal()[all …]
25 import android.hardware.automotive.vehicle.V2_0.FuelType;53 Arrays.asList(FuelType.FUEL_TYPE_CNG, FuelType.FUEL_TYPE_BIODIESEL);84 .addIntValue(FuelType.FUEL_TYPE_CNG) in configureMockedHal()85 .addIntValue(FuelType.FUEL_TYPE_BIODIESEL) in configureMockedHal()
30 import android.car.diagnostic.CarDiagnosticEvent.FuelType;508 IntegerSensorIndex.FUEL_TYPE, FuelType.BIFUEL_RUNNING_LPG); in testFuelType()518 FuelType.BIFUEL_RUNNING_LPG, in testFuelType()520 assertEquals(FuelType.BIFUEL_RUNNING_LPG, liveFrame.getFuelType().intValue()); in testFuelType()
154 android.car.diagnostic.CarDiagnosticEvent.FuelType.class); in testFuelType()
26 public final class FuelType { class78 private FuelType() {} in FuelType() method in FuelType
175 public @FuelType.Enum int[] getFuelTypes() { in getFuelTypes()
353 …method @android.car.diagnostic.CarDiagnosticEvent.FuelType.Type @Nullable public Integer getFuelTy…416 public static final class CarDiagnosticEvent.FuelType {443 …FuelType.NOT_AVAILABLE, android.car.diagnostic.CarDiagnosticEvent.FuelType.GASOLINE, android.car.d…
154 public final class FuelType {
695 PublicTypedef: android.car.diagnostic.CarDiagnosticEvent.FuelType.Type:
586 public static final class FuelType { class in CarDiagnosticEvent587 private FuelType() {} in FuelType() method in CarDiagnosticEvent.FuelType950 public @Nullable @FuelType.Type Integer getFuelType() { in getFuelType()
29 import android.hardware.automotive.vehicle.V2_0.FuelType;77 new HashSet<>(getIntegersFromDataEnums(FuelType.class));
58 .initialValue = {.int32Values = {(int)FuelType::FUEL_TYPE_UNLEADED}}},
225 * @data_enum FuelType3557 enum FuelType : int32_t {3587 * Google to see if the FuelType enum can be extended with an appropriate value.4387 /** refer to FuelType for a description of this value. */