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 操作系统虚拟机 (betty) |
TestDeviceOptions.InstanceType |
CUTTLEFISH
模拟器内的远程设备,我们通过 SSH 连接到托管 模拟器和 adb connect。 |
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()
|
枚举值
小鱼
public static final TestDeviceOptions.InstanceType CUTTLEFISH
模拟器内的远程设备,我们通过 SSH 连接到托管 模拟器和 adb connect。
公共方法
valueOf
public static TestDeviceOptions.InstanceType valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
TestDeviceOptions.InstanceType |