Stay organized with collections
Save and categorize content based on your preferences.
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
Inherited methods |
From class
java.lang.Object
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)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-17 UTC."],[],[],null,["# EvConnectorType\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nEvConnectorType\n===============\n\n\n`\npublic\n\nfinal\n\nclass\nEvConnectorType\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|-----------------------------|\n| java.lang.Object ||\n| ↳ | android.car.EvConnectorType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This class is deprecated.** \n\nUse [EvChargingConnectorType](/reference/android/car/hardware/property/EvChargingConnectorType) as the return value\nof [CarPropertyManager.getProperty(int, int)](/reference/android/car/hardware/property/CarPropertyManager#getProperty(int,%20int)) instead.\n\nEvConnectorType denotes the different connectors a EV may use.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [CHADEMO](/reference/android/car/EvConnectorType#CHADEMO) CHAdeMo fast charger connector |\n| `int` | [COMBO_1](/reference/android/car/EvConnectorType#COMBO_1) Combined Charging System Combo 1 |\n| `int` | [COMBO_2](/reference/android/car/EvConnectorType#COMBO_2) Combined Charging System Combo 2 |\n| `int` | [GBT](/reference/android/car/EvConnectorType#GBT) GBT_AC Fast Charging Standard |\n| `int` | [GBT_DC](/reference/android/car/EvConnectorType#GBT_DC) GBT_DC Fast Charging Standard |\n| `int` | [J1772](/reference/android/car/EvConnectorType#J1772) Connector type SAE J1772 |\n| `int` | [MENNEKES](/reference/android/car/EvConnectorType#MENNEKES) IEC 62196 Type 2 connector |\n| `int` | [OTHER](/reference/android/car/EvConnectorType#OTHER) Connector type to use when no other types apply. |\n| `int` | [SCAME](/reference/android/car/EvConnectorType#SCAME) IEC_TYPE_3_AC connector |\n| `int` | [TESLA_HPWC](/reference/android/car/EvConnectorType#TESLA_HPWC) High Power Wall Charger of Tesla |\n| `int` | [TESLA_ROADSTER](/reference/android/car/EvConnectorType#TESLA_ROADSTER) Connector of Tesla Roadster |\n| `int` | [TESLA_SUPERCHARGER](/reference/android/car/EvConnectorType#TESLA_SUPERCHARGER) Supercharger of Tesla |\n| `int` | [UNKNOWN](/reference/android/car/EvConnectorType#UNKNOWN) List of EV Connector Types used in [CarInfoManager#getEvConnectorTypes()](/reference/android/car/CarInfoManager#getEvConnectorTypes()). |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` 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() ` | ||\n\nConstants\n---------\n\n### CHADEMO\n\n```\npublic static final int CHADEMO\n```\n\nCHAdeMo fast charger connector\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### COMBO_1\n\n```\npublic static final int COMBO_1\n```\n\nCombined Charging System Combo 1\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### COMBO_2\n\n```\npublic static final int COMBO_2\n```\n\nCombined Charging System Combo 2\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)\n\n\n### GBT\n\n```\npublic static final int GBT\n```\n\nGBT_AC Fast Charging Standard\n\n\u003cbr /\u003e\n\nConstant Value:\n\n9\n(0x00000009)\n\n\n### GBT_DC\n\n```\npublic static final int GBT_DC\n```\n\nGBT_DC Fast Charging Standard\n\n\u003cbr /\u003e\n\nConstant Value:\n\n10\n(0x0000000a)\n\n\n### J1772\n\n```\npublic static final int J1772\n```\n\nConnector type SAE J1772\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### MENNEKES\n\n```\npublic static final int MENNEKES\n```\n\nIEC 62196 Type 2 connector\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### OTHER\n\n```\npublic static final int OTHER\n```\n\nConnector type to use when no other types apply.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n101\n(0x00000065)\n\n\n### SCAME\n\n```\npublic static final int SCAME\n```\n\nIEC_TYPE_3_AC connector\n\n\u003cbr /\u003e\n\nConstant Value:\n\n11\n(0x0000000b)\n\n\n### TESLA_HPWC\n\n```\npublic static final int TESLA_HPWC\n```\n\nHigh Power Wall Charger of Tesla\n\n\u003cbr /\u003e\n\nConstant Value:\n\n7\n(0x00000007)\n\n\n### TESLA_ROADSTER\n\n```\npublic static final int TESLA_ROADSTER\n```\n\nConnector of Tesla Roadster\n\n\u003cbr /\u003e\n\nConstant Value:\n\n6\n(0x00000006)\n\n\n### TESLA_SUPERCHARGER\n\n```\npublic static final int TESLA_SUPERCHARGER\n```\n\nSupercharger of Tesla\n\n\u003cbr /\u003e\n\nConstant Value:\n\n8\n(0x00000008)\n\n\n### UNKNOWN\n\n```\npublic static final int UNKNOWN\n```\n\nList of EV Connector Types used in [CarInfoManager#getEvConnectorTypes()](/reference/android/car/CarInfoManager#getEvConnectorTypes()).\nIf a vehicle does not know the type, it will return UNKNOWN.\nThe vehicle returns OTHER when no other types apply.\n**Note:** The connector types in Java API have different values than the ones in VHAL.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]