TestDeviceOptions.InstanceType

public static final enum TestDeviceOptions.InstanceType
extends Enum<TestDeviceOptions.InstanceType>

java.lang.Object
java.lang.Enum<com.android.tradefed.device.TestDeviceOptions.InstanceType>
  com.android.tradefed.device.TestDeviceOptions.InstanceType


Podsumowanie

Wartości typu wyliczeniowego

TestDeviceOptions.InstanceType  CHEEPS

Maszyna wirtualna z Chrome OS (betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

Urządzenie zdalne w emulatorze, do którego uzyskujemy dostęp przez SSH do instancji hostującej a następnie adb Connect. 

TestDeviceOptions.InstanceType  EMULATOR

Emulator Androida. 

TestDeviceOptions.InstanceType  GCE

Urządzenie, do którego uzyskujemy dostęp zdalny przez SSH i adb Connect

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Metody publiczne

static TestDeviceOptions.InstanceType valueOf(String name)
static final InstanceType[] values()

Wartości typu wyliczeniowego

WITRYNY

public static final TestDeviceOptions.InstanceType CHEEPS

Maszyna wirtualna z Chrome OS (betty)

ŁÓŻKKA

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Urządzenie zdalne w emulatorze, do którego uzyskujemy dostęp przez SSH do instancji hostującej a następnie adb Connect.

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Emulator Androida.

GCE

public static final TestDeviceOptions.InstanceType GCE

Urządzenie, do którego uzyskujemy dostęp zdalny przez SSH i adb Connect

ZDALNY_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Metody publiczne

wartość

public static TestDeviceOptions.InstanceType valueOf (String name)

Parametry
name String

Zwroty
TestDeviceOptions.InstanceType

wartości

public static final InstanceType[] values ()

Zwroty
InstanceType[]