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

Numaralandırma değerleri

TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (betty)

TestDeviceOptions.InstanceType CUTTLEFISH

Öykünücüyü barındıran örneğe ssh aracılığıyla eriştiğimiz, öykünücünün içindeki uzak bir aygıt, ardından adb bağlantısı.

TestDeviceOptions.InstanceType EMULATOR

Bir android emülatörü.

TestDeviceOptions.InstanceType GCE

Ssh ve adb connect üzerinden uzaktan erişim sağladığımız bir cihaz

TestDeviceOptions.InstanceType REMOTE_AVD

TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Genel yöntemler

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

Numaralandırma değerleri

ÇİFTLER

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (betty)

MÜREKKEPBALIĞI

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Öykünücüyü barındıran örneğe ssh aracılığıyla eriştiğimiz, öykünücünün içindeki uzak bir aygıt, ardından adb bağlantısı.

Emülatör

public static final TestDeviceOptions.InstanceType EMULATOR

Bir android emülatörü.

GCE

public static final TestDeviceOptions.InstanceType GCE

Ssh ve adb connect üzerinden uzaktan erişim sağladığımız bir cihaz

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Genel yöntemler

değeri

public static TestDeviceOptions.InstanceType valueOf (String name)

Parametreler
name String

İadeler
TestDeviceOptions.InstanceType

değerler

public static final InstanceType[] values ()

İadeler
InstanceType[]