Home
last modified time | relevance | path

Searched refs:FuelType (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DFuelTypeTest.java19 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 …]
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarInfoManagerTest.java25 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()
H A DCarDiagnosticManagerTest.java30 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()
H A DCarDiagnosticConstantsTest.java154 android.car.diagnostic.CarDiagnosticEvent.FuelType.class); in testFuelType()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DFuelType.java26 public final class FuelType { class
78 private FuelType() {} in FuelType() method in FuelType
H A DCarInfoManager.java175 public @FuelType.Enum int[] getFuelTypes() { in getFuelTypes()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt353 …method @android.car.diagnostic.CarDiagnosticEvent.FuelType.Type @Nullable public Integer getFuelTy…
416 public static final class CarDiagnosticEvent.FuelType {
443FuelType.NOT_AVAILABLE, android.car.diagnostic.CarDiagnosticEvent.FuelType.GASOLINE, android.car.d…
H A Dcurrent.txt154 public final class FuelType {
H A Dsystem-lint-baseline.txt695 PublicTypedef: android.car.diagnostic.CarDiagnosticEvent.FuelType.Type:
/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java586 public static final class FuelType { class in CarDiagnosticEvent
587 private FuelType() {} in FuelType() method in CarDiagnosticEvent.FuelType
950 public @Nullable @FuelType.Type Integer getFuelType() { in getFuelType()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalServiceIds.java29 import android.hardware.automotive.vehicle.V2_0.FuelType;
77 new HashSet<>(getIntegersFromDataEnums(FuelType.class));
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultConfig.h58 .initialValue = {.int32Values = {(int)FuelType::FUEL_TYPE_UNLEADED}}},
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal225 * @data_enum FuelType
3557 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. */