DeviceActionUtil.Comando

public static final enum DeviceActionUtil.Command
extends Enum< DeviceActionUtil.Command >

java.lang.Objeto
java.lang.Enum< com.android.tradefed.util.DeviceActionUtil.Command >
com.android.tradefed.util.DeviceActionUtil.Command


Comandos para la acción del dispositivo.

Resumen

Valores de enumeración

DeviceActionUtil.Command INSTALL_MAINLINE

DeviceActionUtil.Command RESET

Métodos públicos

static DeviceActionUtil.Command valueOf (String name)
static final Command[] values ()

Valores de enumeración

INSTALL_MAINLINE

public static final DeviceActionUtil.Command INSTALL_MAINLINE

REINICIAR

public static final DeviceActionUtil.Command RESET

Métodos públicos

valor de

public static DeviceActionUtil.Command valueOf (String name)

Parámetros
name String

Devoluciones
DeviceActionUtil.Command

valores

public static final Command[] values ()

Devoluciones
Command[]