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


概括

枚举值

TestDeviceOptions.InstanceType CHEEPS

Chrome 操作系统虚拟机 (贝蒂)

TestDeviceOptions.InstanceType CUTTLEFISH

模拟器内的远程设备,我们通过 ssh 访问托管模拟器的实例,然后使用 adb connect。

TestDeviceOptions.InstanceType EMULATOR

一个安卓模拟器。

TestDeviceOptions.InstanceType GCE

我们通过 ssh 和 adb connect 远程访问的设备

TestDeviceOptions.InstanceType REMOTE_AVD

TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

公共方法

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

枚举值

奇普斯

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome 操作系统虚拟机 (贝蒂)

乌贼

public static final TestDeviceOptions.InstanceType CUTTLEFISH

模拟器内的远程设备,我们通过 ssh 访问托管模拟器的实例,然后使用 adb connect。

模拟器

public static final TestDeviceOptions.InstanceType EMULATOR

一个安卓模拟器。

普通教育考试

public static final TestDeviceOptions.InstanceType GCE

我们通过 ssh 和 adb connect 远程访问的设备

远程AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

公共方法

的价值

public static TestDeviceOptions.InstanceType valueOf (String name)

参数
name String

退货
TestDeviceOptions.InstanceType

价值观

public static final InstanceType[] values ()

退货
InstanceType[]