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


Resumen

Enum. de valores

TestDeviceOptions.InstanceType  CHEEPS

VM de ChromeOS (betty) 

TestDeviceOptions.InstanceType  CUTTLEFISH

Un dispositivo remoto dentro de un emulador al que accedemos a través de SSH a la instancia que aloja el emulador y, luego, adb connect. 

TestDeviceOptions.InstanceType  EMULATOR

Un emulador de Android 

TestDeviceOptions.InstanceType  GCE

Un dispositivo al que accedemos de forma remota a través de SSH y adb connect 

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Métodos públicos

static TestDeviceOptions.InstanceType valueOf(String name)
static final InstanceType[] values()

Enum. de valores

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

VM de ChromeOS (betty)

CALAMAR DE RÍO

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Un dispositivo remoto dentro de un emulador al que accedemos a través de SSH a la instancia que aloja el emulador y, luego, adb connect.

EMULADOR

public static final TestDeviceOptions.InstanceType EMULATOR

Un emulador de Android

GCE

public static final TestDeviceOptions.InstanceType GCE

Un dispositivo al que accedemos de forma remota a través de SSH y adb connect

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Métodos públicos

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

Parámetros
name String

Muestra
TestDeviceOptions.InstanceType

valores

public static final InstanceType[] values ()

Muestra
InstanceType[]