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


Özet

Enum değerleri

TestDeviceOptions.InstanceType  CHEEPS

Chrome OS sanal makinesi (betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

Emülatörü barındıran örneğe SSH üzerinden erişip ardından adb connect ile bağlandığımız, emülatör içindeki uzak bir cihaz. 

TestDeviceOptions.InstanceType  EMULATOR

Android emülatörü. 

TestDeviceOptions.InstanceType  GCE

SSH ve adb connect üzerinden uzaktan erişebildiğ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

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS sanal makinesi (betty)

MÜRGEN

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Emülatörü barındıran örneğe SSH üzerinden erişip ardından adb connect ile bağlandığımız, emülatör içindeki uzak bir cihaz.

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Android emülatörü.

GCE

public static final TestDeviceOptions.InstanceType GCE

SSH ve adb connect üzerinden uzaktan erişebildiğimiz bir cihaz

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Herkese açık yöntemler

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

Parametreler
name String

İlerlemeler
TestDeviceOptions.InstanceType

değerler

public static final InstanceType[] values ()

İlerlemeler
InstanceType[]