État du périphérique de test

public final enum TestDeviceState
extends Enum< TestDeviceState >

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


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

Logiquement, cela devrait étendre DeviceState pour ajouter simplement les états FASTBOOT et NOT_AVAILABLE, mais l'extension des énumérations n'est pas autorisée.

Résumé

Valeurs d'énumération

TestDeviceState FASTBOOT

TestDeviceState FASTBOOTD

Mode Fastbootd avec is-userspace = true bien que `adb reboot fastboot`

TestDeviceState NOT_AVAILABLE

TestDeviceState ONLINE

TestDeviceState RECOVERY

TestDeviceState SIDELOAD

Méthodes publiques

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

Valeurs d'énumération

DÉMARRAGE RAPIDE

public static final TestDeviceState FASTBOOT

DÉMARRAGE RAPIDE

public static final TestDeviceState FASTBOOTD

Mode Fastbootd avec is-userspace = true bien que `adb reboot fastboot`

PAS DISPONIBLE

public static final TestDeviceState NOT_AVAILABLE

EN LIGNE

public static final TestDeviceState ONLINE

RÉCUPÉRATION

public static final TestDeviceState RECOVERY

CHARGEMENT LATÉRAL

public static final TestDeviceState SIDELOAD

Méthodes publiques

valeur de

public static TestDeviceState valueOf (String name)

Paramètres
name String

Retour
TestDeviceState

valeurs

public static final TestDeviceState[] values ()

Retour
TestDeviceState[]