Searched refs:PortLocationType (Results 1 – 9 of 9) sorted by relevance
21 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 …]
22 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()
258 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()
29 public final class PortLocationType { class60 private PortLocationType() {} in PortLocationType() method in PortLocationType
24 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;
580 UnflaggedApi: android.car.PortLocationType:581 New API must be flagged with @FlaggedApi: class android.car.PortLocationType582 UnflaggedApi: android.car.PortLocationType#FRONT:583 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT584 UnflaggedApi: android.car.PortLocationType#FRONT_LEFT:585 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT_LEFT586 UnflaggedApi: android.car.PortLocationType#FRONT_RIGHT:587 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.FRONT_RIGHT588 UnflaggedApi: android.car.PortLocationType#REAR:589 New API must be flagged with @FlaggedApi: field android.car.PortLocationType.REAR[all …]
247 public final class PortLocationType {
2006 class PortLocationType package android.car