TestDeviceState

public final enum TestDeviceState
extends Enum<TestDeviceState>

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


Umfassendere Darstellung des Gerätestatus als DeviceState.

Logischerweise sollte dies DeviceState erweitern, um nur FASTBOOT und NOT_AVAILABLE hinzuzufügen. Die Erweiterbarkeit von Enums ist jedoch nicht zulässig.

Zusammenfassung

Enum-Werte

TestDeviceState  FASTBOOT

 

TestDeviceState  FASTBOOTD

Fastbootd-Modus mit is-userspace = „true“, obwohl „adbabschluss fastboot“ verwendet wird

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

SCHNELLBOTSCHAFT

public static final TestDeviceState FASTBOOTD

Fastbootd-Modus mit is-userspace = „true“, obwohl „adbabschluss fastboot“ verwendet wird

NICHT_VERFÜGBAR

public static final TestDeviceState NOT_AVAILABLE

ONLINE

public static final TestDeviceState ONLINE

WIEDERHERSTELLUNG

public static final TestDeviceState RECOVERY

SEITENLAST

public static final TestDeviceState SIDELOAD

Öffentliche Methoden

valueOf

public static TestDeviceState valueOf (String name)

Parameter
name String

Returns
TestDeviceState

Werte

public static final TestDeviceState[] values ()

Returns
TestDeviceState[]