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()
|
枚举值
CUTTLEFISH
public static final TestDeviceOptions.InstanceType CUTTLEFISH
模拟器中的远程设备,我们通过 ssh 访问托管模拟器的实例,然后通过 adb 连接。
公共方法
valueOf
public static TestDeviceOptions.InstanceType valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
TestDeviceOptions.InstanceType |