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

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (betty)

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.

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

An android emulator.

GCE

public static final TestDeviceOptions.InstanceType GCE

A device that we remotely access via ssh and adb connect

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Public methods

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

Parameters
name String

Returns
TestDeviceOptions.InstanceType

values

public static final InstanceType[] values ()

Returns
InstanceType[]