TestDeviceState

public final enum TestDeviceState
extends Enum< TestDeviceState >

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


DeviceState daha tam özellikli bir cihaz durumu gösterimi.

Mantıksal olarak bu, DeviceState yalnızca FASTBOOT ve NOT_AVAILABLE durumlarını ekleyecek şekilde genişletmelidir, ancak numaralandırmaların genişletilmesine izin verilmez.

Özet

Enum değerleri

TestDeviceState FASTBOOT

TestDeviceState FASTBOOTD

is-userspace ile Fastbootd modu = true olsa da `adb yeniden başlatma fastboot`

TestDeviceState NOT_AVAILABLE

TestDeviceState ONLINE

TestDeviceState RECOVERY

TestDeviceState SIDELOAD

Genel yöntemler

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

Enum değerleri

HIZLI BAŞLATMA

public static final TestDeviceState FASTBOOT

FASTBOOTD

public static final TestDeviceState FASTBOOTD

is-userspace ile Fastbootd modu = true olsa da `adb yeniden başlatma fastboot`

MÜSAİT DEĞİL

public static final TestDeviceState NOT_AVAILABLE

ÇEVRİMİÇİ

public static final TestDeviceState ONLINE

İYİLEŞMEK

public static final TestDeviceState RECOVERY

YAN YÜK

public static final TestDeviceState SIDELOAD

Genel yöntemler

değeri

public static TestDeviceState valueOf (String name)

parametreler
name String

İadeler
TestDeviceState

değerler

public static final TestDeviceState[] values ()

İadeler
TestDeviceState[]