Propiedad del token

public final enum TokenProperty
extends Enum< TokenProperty >

java.lang.Objeto
java.lang.Enum< com.android.tradefed.invoker.shard.token.TokenProperty >
com.android.tradefed.invoker.shard.token.TokenProperty


Token admitido con fragmentación dinámica. Solo los tokens definidos aquí se pueden agregar a los módulos para que se consideren parte de la fragmentación dinámica.

Resumen

Valores de enumeración

TokenProperty CEC_TEST_CONTROLLER

TokenProperty SECURE_ELEMENT_SIM_CARD

TokenProperty SIM_CARD

TokenProperty UICC_SIM_CARD

Métodos públicos

static TokenProperty valueOf (String name)
static final TokenProperty[] values ()

Valores de enumeración

CEC_TEST_CONTROLLER

public static final TokenProperty CEC_TEST_CONTROLLER

TARJETA_SIM_SEGURA_ELEMENT_SIM

public static final TokenProperty SECURE_ELEMENT_SIM_CARD

TARJETA SIM

public static final TokenProperty SIM_CARD

UICC_SIM_CARD

public static final TokenProperty UICC_SIM_CARD

Métodos públicos

valor de

public static TokenProperty valueOf (String name)

Parámetros
name String

Devoluciones
TokenProperty

valores

public static final TokenProperty[] values ()

Devoluciones
TokenProperty[]