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 VM (betty) 

TestDeviceOptions.InstanceType  CUTTLEFISH

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

TestDeviceOptions.InstanceType  EMULATOR

Android 模拟器。 

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()

枚举值

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

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

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Android 模拟器。

GCE

public static final TestDeviceOptions.InstanceType GCE

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

REMOTE_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[]