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'e kıyasla cihaz durumunun daha kapsamlı bir temsili.

Mantıksal olarak bu, DeviceState değerini FASTBOOT ve NOT_AVAILABLE durumlarını eklemek için genişletmelidir ancak enum'ların genişletilmesine izin verilmez.

Özet

Enum değerleri

TestDeviceState  FASTBOOT

 

TestDeviceState  FASTBOOTD

"adb reboot fastboot" komutu ile is-userspace = true olan Fastbootd modu

TestDeviceState  NOT_AVAILABLE

 

TestDeviceState  ONLINE

 

TestDeviceState  RECOVERY

 

TestDeviceState  SIDELOAD

 

Herkese açık yöntemler

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

Enum değerleri

FASTBOOT

public static final TestDeviceState FASTBOOT

FASTBOOTD

public static final TestDeviceState FASTBOOTD

"adb reboot fastboot" komutu ile is-userspace = true olan Fastbootd modu

NOT_AVAILABLE

public static final TestDeviceState NOT_AVAILABLE

ONLINE

public static final TestDeviceState ONLINE

RECOVERY

public static final TestDeviceState RECOVERY

YAN YÜKLEME

public static final TestDeviceState SIDELOAD

Herkese açık yöntemler

valueOf

public static TestDeviceState valueOf (String name)

Parametreler
name String

İlerlemeler
TestDeviceState

değerler

public static final TestDeviceState[] values ()

İlerlemeler
TestDeviceState[]