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 |
Summary
Enum values | |
---|---|
TestDeviceOptions.InstanceType |
CHEEPS
Chrome OS VM (betty) |
TestDeviceOptions.InstanceType |
CUTTLEFISH
A remote device inside an emulator that we access via ssh to the instance hosting the emulator then adb connect. |
TestDeviceOptions.InstanceType |
EMULATOR
An android emulator. |
TestDeviceOptions.InstanceType |
GCE
A device that we remotely access via ssh and adb connect |
TestDeviceOptions.InstanceType |
REMOTE_AVD
|
TestDeviceOptions.InstanceType |
REMOTE_NESTED_AVD
|
Public methods | |
---|---|
static
TestDeviceOptions.InstanceType
|
valueOf(String name)
|
static
final
InstanceType[]
|
values()
|
Enum values
CUTTLEFISH
public static final TestDeviceOptions.InstanceType CUTTLEFISH
A remote device inside an emulator that we access via ssh to the instance hosting the emulator then adb connect.
GCE
public static final TestDeviceOptions.InstanceType GCE
A device that we remotely access via ssh and adb connect
Public methods
valueOf
public static TestDeviceOptions.InstanceType valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
TestDeviceOptions.InstanceType |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.