Added in API level 29
Deprecated in API level 33

EvConnectorType

public final class EvConnectorType
extends Object

java.lang.Object
   ↳ android.car.EvConnectorType


This class was deprecated in API level 33.
Use EvChargingConnectorType as the return value of CarPropertyManager.getProperty(int, int) instead.

EvConnectorType denotes the different connectors a EV may use.

Summary

Constants

int CHADEMO

CHAdeMo fast charger connector

int COMBO_1

Combined Charging System Combo 1

int COMBO_2

Combined Charging System Combo 2

int GBT

GBT_AC Fast Charging Standard

int GBT_DC

GBT_DC Fast Charging Standard

int J1772

Connector type SAE J1772

int MENNEKES

IEC 62196 Type 2 connector

int OTHER

Connector type to use when no other types apply.

int SCAME

IEC_TYPE_3_AC connector

int TESLA_HPWC

High Power Wall Charger of Tesla

int TESLA_ROADSTER

Connector of Tesla Roadster

int TESLA_SUPERCHARGER

Supercharger of Tesla

int UNKNOWN

List of EV Connector Types used in CarInfoManager#getEvConnectorTypes().

Inherited methods

Constants

CHADEMO

Added in API level 29
Deprecated in API level 33
public static final int CHADEMO

CHAdeMo fast charger connector

Constant Value: 3 (0x00000003)

COMBO_1

Added in API level 29
Deprecated in API level 33
public static final int COMBO_1

Combined Charging System Combo 1

Constant Value: 4 (0x00000004)

COMBO_2

Added in API level 29
Deprecated in API level 33
public static final int COMBO_2

Combined Charging System Combo 2

Constant Value: 5 (0x00000005)

GBT

Added in API level 29
Deprecated in API level 33
public static final int GBT

GBT_AC Fast Charging Standard

Constant Value: 9 (0x00000009)

GBT_DC

Added in API level 30
Deprecated in API level 33
public static final int GBT_DC

GBT_DC Fast Charging Standard

Constant Value: 10 (0x0000000a)

J1772

Added in API level 29
Deprecated in API level 33
public static final int J1772

Connector type SAE J1772

Constant Value: 1 (0x00000001)

MENNEKES

Added in API level 29
Deprecated in API level 33
public static final int MENNEKES

IEC 62196 Type 2 connector

Constant Value: 2 (0x00000002)

OTHER

Added in API level 29
Deprecated in API level 33
public static final int OTHER

Connector type to use when no other types apply.

Constant Value: 101 (0x00000065)

SCAME

Added in API level 30
Deprecated in API level 33
public static final int SCAME

IEC_TYPE_3_AC connector

Constant Value: 11 (0x0000000b)

TESLA_HPWC

Added in API level 29
Deprecated in API level 33
public static final int TESLA_HPWC

High Power Wall Charger of Tesla

Constant Value: 7 (0x00000007)

TESLA_ROADSTER

Added in API level 29
Deprecated in API level 33
public static final int TESLA_ROADSTER

Connector of Tesla Roadster

Constant Value: 6 (0x00000006)

TESLA_SUPERCHARGER

Added in API level 29
Deprecated in API level 33
public static final int TESLA_SUPERCHARGER

Supercharger of Tesla

Constant Value: 8 (0x00000008)

UNKNOWN

Added in API level 29
Deprecated in API level 33
public static final int UNKNOWN

List of EV Connector Types used in CarInfoManager#getEvConnectorTypes(). If a vehicle does not know the type, it will return UNKNOWN. The vehicle returns OTHER when no other types apply. Note: The connector types in Java API have different values than the ones in VHAL.

Constant Value: 0 (0x00000000)