TestDeviceOptions.InstanceType

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

Java.lang.Nesne
🎃 java.lang.Enum<com.android.tradefed.device.TestDeviceOptions.InstanceType>
  🎃 com.android.tradefed.device.TestDeviceOptions.InstanceType


Özet

Enum değerleri

TestDeviceOptions.InstanceType  CHEEPS

ChromeOS sanal makinesi (betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

Bir emülatörün içinde bulunan ve SSH kullanarak eriştiğimiz, emülatörü ve adb Connect'i ekleyin. 

TestDeviceOptions.InstanceType  EMULATOR

Android emülatörü. 

TestDeviceOptions.InstanceType  GCE

Ssh ve adb Connect aracılığıyla uzaktan eriştiğimiz bir cihaz

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Herkese açık yöntemler

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

Enum değerleri

EĞLENCELER

public static final TestDeviceOptions.InstanceType CHEEPS

ChromeOS sanal makinesi (betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Bir emülatörün içinde bulunan ve SSH kullanarak eriştiğimiz, emülatörü ve adb Connect'i ekleyin.

EMULATÖR

public static final TestDeviceOptions.InstanceType EMULATOR

Android emülatörü.

GCE

public static final TestDeviceOptions.InstanceType GCE

Ssh ve adb Connect aracılığıyla uzaktan eriştiğimiz bir cihaz

UZAK_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Herkese açık yöntemler

değeri

public static TestDeviceOptions.InstanceType valueOf (String name)

Parametreler
name String

İlerlemeler
TestDeviceOptions.InstanceType

değerler

public static final InstanceType[] values ()

İlerlemeler
InstanceType[]