Estado del Dispositivo

public final enum TestDeviceState
extends Enum<TestDeviceState>

Objeto java.lang.
   ↳ java.lang.Enum<com.android.tradefed.device.TestDeviceState>
     ↳ com.android.tradefed.device.TestDeviceState


Una representación del estado del dispositivo con más funciones que DeviceState.

De manera lógica, debería extender DeviceState para agregar solo el FASTBOOT y NOT_AVAILABLE estados, pero no se permite la extensión de enumeraciones.

Resumen

Enum. de valores

TestDeviceState  FASTBOOT

 

TestDeviceState  FASTBOOTD

Modo fastbootd con is-userspace = true, aunque `adb restart fastboot`

TestDeviceState  NOT_AVAILABLE

 

TestDeviceState  ONLINE

 

TestDeviceState  RECOVERY

 

TestDeviceState  SIDELOAD

 

Métodos públicos

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

Enum. de valores

FASTBOOT

public static final TestDeviceState FASTBOOT

RÁPIDO

public static final TestDeviceState FASTBOOTD

Modo fastbootd con is-userspace = true, aunque `adb restart fastboot`

NO_DISPONIBLE

public static final TestDeviceState NOT_AVAILABLE

EN LÍNEA

public static final TestDeviceState ONLINE

RECUPERACIÓN

public static final TestDeviceState RECOVERY

CARGA LATERAL

public static final TestDeviceState SIDELOAD

Métodos públicos

valorDe

public static TestDeviceState valueOf (String name)

Parámetros
name String

Muestra
TestDeviceState

valores

public static final TestDeviceState[] values ()

Muestra
TestDeviceState[]