TestDeviceState

public final enum TestDeviceState
extends Enum< TestDeviceState >

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


Eine umfassendere Darstellung des Gerätestatus als DeviceState .

Logischerweise sollte dies DeviceState erweitern, um nur die Zustände FASTBOOT und NOT_AVAILABLE hinzuzufügen, eine Erweiterung von Aufzählungen ist jedoch nicht zulässig.

Zusammenfassung

Enum-Werte

TestDeviceState FASTBOOT

TestDeviceState FASTBOOTD

Fastbootd-Modus mit is-userspace = true durch „adb reboot fastboot“.

TestDeviceState NOT_AVAILABLE

TestDeviceState ONLINE

TestDeviceState RECOVERY

TestDeviceState SIDELOAD

Öffentliche Methoden

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

Enum-Werte

FASTBOOT

public static final TestDeviceState FASTBOOT

FASTBOOTD

public static final TestDeviceState FASTBOOTD

Fastbootd-Modus mit is-userspace = true durch „adb reboot fastboot“.

NICHT VERFÜGBAR

public static final TestDeviceState NOT_AVAILABLE

ONLINE

public static final TestDeviceState ONLINE

ERHOLUNG

public static final TestDeviceState RECOVERY

SEITENLADEN

public static final TestDeviceState SIDELOAD

Öffentliche Methoden

Wert von

public static TestDeviceState valueOf (String name)

Parameter
name String

Kehrt zurück
TestDeviceState

Werte

public static final TestDeviceState[] values ()

Kehrt zurück
TestDeviceState[]