Home
last modified time | relevance | path

Searched refs:PortLocationType (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DPortLocationTypeTest.java21 import android.car.PortLocationType;
38 assertThat(PortLocationType.UNKNOWN) in testMatchWithVehicleHal()
39 .isEqualTo(android.hardware.automotive.vehicle.PortLocationType.UNKNOWN); in testMatchWithVehicleHal()
41 assertThat(PortLocationType.FRONT_LEFT) in testMatchWithVehicleHal()
42 .isEqualTo(android.hardware.automotive.vehicle.PortLocationType.FRONT_LEFT); in testMatchWithVehicleHal()
44 assertThat(PortLocationType.FRONT_RIGHT) in testMatchWithVehicleHal()
45 .isEqualTo(android.hardware.automotive.vehicle.PortLocationType.FRONT_RIGHT); in testMatchWithVehicleHal()
47 assertThat(PortLocationType.REAR_RIGHT) in testMatchWithVehicleHal()
48 .isEqualTo(android.hardware.automotive.vehicle.PortLocationType.REAR_RIGHT); in testMatchWithVehicleHal()
50 assertThat(PortLocationType.REAR_LEFT) in testMatchWithVehicleHal()
[all …]
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarInfoManagerTest.java22 import android.car.PortLocationType;
94 .addIntValues(PortLocationType.FRONT).build()); in configureMockedHal()
97 .addIntValues(PortLocationType.FRONT_LEFT).build()); in configureMockedHal()
175 assertThat(mCarInfoManager.getEvPortLocation()).isEqualTo(PortLocationType.FRONT); in testGetPortDoorLocation()
176 assertThat(mCarInfoManager.getFuelDoorLocation()).isEqualTo(PortLocationType.FRONT_LEFT); in testGetPortDoorLocation()
181 assertThat(mCarInfoManager.getEvPortLocation()).isEqualTo(PortLocationType.UNKNOWN); in testGetPortDoorLocation_unimplemented()
182 assertThat(mCarInfoManager.getFuelDoorLocation()).isEqualTo(PortLocationType.UNKNOWN); in testGetPortDoorLocation_unimplemented()
/packages/services/Car/car-lib/src/android/car/
DCarInfoManager.java258 public @PortLocationType.Enum int getEvPortLocation() { in getEvPortLocation()
260 PortLocationType.UNKNOWN); in getEvPortLocation()
267 public @PortLocationType.Enum int getFuelDoorLocation() { in getFuelDoorLocation()
269 PortLocationType.UNKNOWN); in getFuelDoorLocation()
DPortLocationType.java29 public final class PortLocationType { class
60 private PortLocationType() {} in PortLocationType() method in PortLocationType
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java24 import android.hardware.automotive.vehicle.PortLocationType;
111 private static final int CHARGE_PORT_FRONT_LEFT = PortLocationType.FRONT_LEFT;
112 private static final int CHARGE_PORT_REAR_LEFT = PortLocationType.REAR_LEFT;
117 private static final int FUEL_DOOR_REAR_LEFT = PortLocationType.REAR_LEFT;
/packages/services/Car/car-lib/api/
Dlint-baseline.txt580 UnflaggedApi: android.car.PortLocationType:
581 New API must be flagged with @FlaggedApi: class android.car.PortLocationType
582 UnflaggedApi: android.car.PortLocationType#FRONT:
583 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT
584 UnflaggedApi: android.car.PortLocationType#FRONT_LEFT:
585 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT_LEFT
586 UnflaggedApi: android.car.PortLocationType#FRONT_RIGHT:
587 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT_RIGHT
588 UnflaggedApi: android.car.PortLocationType#REAR:
589 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.REAR
[all …]
Dcurrent.txt247 public final class PortLocationType {
/packages/services/Car/car-lib-module/api/
Dcurrent.txt247 public final class PortLocationType {
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2006 class PortLocationType package android.car