TokenProperty
public final enum TokenProperty
extends Enum< TokenProperty >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.invoker.shard.token.TokenProperty > | |
↳ | com.android.tradefed.invoker.shard.token.TokenProperty |
Jeton pris en charge avec partitionnement dynamique. Seuls les jetons définis ici peuvent être ajoutés aux modules pour être considérés comme faisant partie du partitionnement dynamique.
Sommaire
Enum valeurs | |
---|---|
TokenProperty | SECURE_ELEMENT_SIM_CARD |
TokenProperty | SIM_CARD |
TokenProperty | UICC_SIM_CARD
|
Méthodes publiques | |
---|---|
static TokenProperty | valueOf (String name) |
static final TokenProperty[] | values () |
Enum valeurs
SECURE_ELEMENT_SIM_CARD
public static final TokenProperty SECURE_ELEMENT_SIM_CARD
CARTE SIM
public static final TokenProperty SIM_CARD
UICC_SIM_CARD
public static final TokenProperty UICC_SIM_CARD
Méthodes publiques
valeur de
public static TokenProperty valueOf (String name)
Paramètres | |
---|---|
name | String |
Retour | |
---|---|
TokenProperty |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.