Home
last modified time | relevance | path

Searched refs:FRONT_LEFT (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DPortLocationType.java35 public static final int FRONT_LEFT = 1; field in PortLocationType
50 FRONT_LEFT,
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DPortLocationTypeTest.java33 assertThat(PortLocationType.FRONT_LEFT) in testMatchWithVehicleHal()
34 .isEqualTo(android.hardware.automotive.vehicle.V2_0.PortLocationType.FRONT_LEFT); in testMatchWithVehicleHal()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarInfoManagerTest.java97 .addIntValue(PortLocationType.FRONT_LEFT).build()); in configureMockedHal()
176 assertThat(mCarInfoManager.getFuelDoorLocation()).isEqualTo(PortLocationType.FRONT_LEFT); in testGetPortDoorLocation()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DPropertyUtils.h65 constexpr int CHARGE_PORT_FRONT_LEFT = (int)PortLocationType::FRONT_LEFT;
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt172 field public static final int FRONT_LEFT = 1; // 0x1
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal328 * int32Values[0] = PortLocationType::FRONT_LEFT
3545 FRONT_LEFT = 1,