État de l'appareil du test

public final enum TestDeviceState
extends Enum<TestDeviceState>

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


Représentation plus complète de l'état de l'appareil que DeviceState.

En toute logique, cela devrait étendre DeviceState pour n'ajouter que FASTBOOT et NOT_AVAILABLE. , mais l'extension d'énumérations n'est pas autorisée.

Résumé

Valeurs enum

TestDeviceState  FASTBOOT

 

TestDeviceState  FASTBOOTD

Mode Fastbootd avec is-userspace = true si "adb restart fastboot"

TestDeviceState  NOT_AVAILABLE

 

TestDeviceState  ONLINE

 

TestDeviceState  RECOVERY

 

TestDeviceState  SIDELOAD

 

Méthodes publiques

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

Valeurs enum

FASTBOOT

public static final TestDeviceState FASTBOOT

FASTBOOTD

public static final TestDeviceState FASTBOOTD

Mode Fastbootd avec is-userspace = true si "adb restart fastboot"

NON_DISPONIBLE

public static final TestDeviceState NOT_AVAILABLE

EN LIGNE

public static final TestDeviceState ONLINE

RÉCUPÉRATION

public static final TestDeviceState RECOVERY

CHARGE SIDELOAD

public static final TestDeviceState SIDELOAD

Méthodes publiques

valeur_

public static TestDeviceState valueOf (String name)

Paramètres
name String

Renvoie
TestDeviceState

valeurs

public static final TestDeviceState[] values ()

Renvoie
TestDeviceState[]