TestDeviceState

public final enum TestDeviceState
extends Enum< TestDeviceState >

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


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

Lógicamente, esto debería extender DeviceState para solo agregar los estados FASTBOOT y NOT_AVAILABLE, pero no se permite extender las enumeraciones.

Resumen

valores de enumeración

TestDeviceState FASTBOOT

TestDeviceState FASTBOOTD

Modo Fastbootd con is-userspace = true aunque `adb reboot fastboot`

TestDeviceState NOT_AVAILABLE

TestDeviceState ONLINE

TestDeviceState RECOVERY

TestDeviceState SIDELOAD

Métodos públicos

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

valores de enumeración

ARRANQUE RÁPIDO

public static final TestDeviceState FASTBOOT

FASTBOOTD

public static final TestDeviceState FASTBOOTD

Modo Fastbootd con is-userspace = true aunque `adb reboot 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

valor de

public static TestDeviceState valueOf (String name)

Parámetros
name String

Devoluciones
TestDeviceState

valores

public static final TestDeviceState[] values ()

Devoluciones
TestDeviceState[]