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
RÁPIDO
public static final TestDeviceState FASTBOOTD
Modo fastbootd con is-userspace = true, aunque `adb restart fastboot`
Métodos públicos
valorDe
public static TestDeviceState valueOf (String name)
Parámetros | |
---|---|
name |
String |
Muestra | |
---|---|
TestDeviceState |