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 OS 虚拟机 (betty) 

TestDeviceOptions.InstanceType  CUTTLEFISH

模拟器内的远程设备,我们通过 SSH 访问托管模拟器的实例,然后通过 adb 连接到该设备。 

TestDeviceOptions.InstanceType  EMULATOR

Android 模拟器。 

TestDeviceOptions.InstanceType  GCE

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

TestDeviceOptions.InstanceType  NETWORK_DEVICE

设备通过网络连接 

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

公共方法

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

枚举值

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS 虚拟机 (betty)

乌贼

public static final TestDeviceOptions.InstanceType CUTTLEFISH

模拟器内的远程设备,我们通过 SSH 访问托管模拟器的实例,然后通过 adb 连接到该设备。

模拟器

public static final TestDeviceOptions.InstanceType EMULATOR

Android 模拟器。

GCE

public static final TestDeviceOptions.InstanceType GCE

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

NETWORK_DEVICE

public static final TestDeviceOptions.InstanceType NETWORK_DEVICE

设备已通过网络连接

远程 AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

公共方法

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

参数
name String

返回
TestDeviceOptions.InstanceType

values

public static final InstanceType[] values ()

返回
InstanceType[]