EvConnectorType

public final class EvConnectorType
extends Object

java.lang.Object
   ↳ android.car.EvConnectorType


This class is deprecated.
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

Object clone()
boolean equals(Object arg0)
void finalize()
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()

Constants

CHADEMO

public static final int CHADEMO

CHAdeMo fast charger connector

Constant Value: 3 (0x00000003)

COMBO_1

public static final int COMBO_1

Combined Charging System Combo 1

Constant Value: 4 (0x00000004)

COMBO_2

public static final int COMBO_2

Combined Charging System Combo 2

Constant Value: 5 (0x00000005)

GBT

public static final int GBT

GBT_AC Fast Charging Standard

Constant Value: 9 (0x00000009)

GBT_DC

public static final int GBT_DC

GBT_DC Fast Charging Standard

Constant Value: 10 (0x0000000a)

J1772

public static final int J1772

Connector type SAE J1772

Constant Value: 1 (0x00000001)

MENNEKES

public static final int MENNEKES

IEC 62196 Type 2 connector

Constant Value: 2 (0x00000002)

OTHER

public static final int OTHER

Connector type to use when no other types apply.

Constant Value: 101 (0x00000065)

SCAME

public static final int SCAME

IEC_TYPE_3_AC connector

Constant Value: 11 (0x0000000b)

TESLA_HPWC

public static final int TESLA_HPWC

High Power Wall Charger of Tesla

Constant Value: 7 (0x00000007)

TESLA_ROADSTER

public static final int TESLA_ROADSTER

Connector of Tesla Roadster

Constant Value: 6 (0x00000006)

TESLA_SUPERCHARGER

public static final int TESLA_SUPERCHARGER

Supercharger of Tesla

Constant Value: 8 (0x00000008)

UNKNOWN

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)