TestCihaz Durumu

public final enum TestDeviceState
extends Enum< TestDeviceState >

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


DeviceState daha tam özellikli bir cihaz durumu temsili.

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 'adb restart 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

HIZLI BOOT

public static final TestDeviceState FASTBOOTD

is-userspace ile Fastbootd modu = true 'adb restart fastboot'

MÜSAİT DEĞİL

public static final TestDeviceState NOT_AVAILABLE

İNTERNET ÜZERİNDEN

public static final TestDeviceState ONLINE

KURTARMA

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[]