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.


Zusammenfassung

Enum-Werte

TestDeviceOptions.InstanceType  CHEEPS

ChromeOS-VM

TestDeviceOptions.InstanceType  CUTTLEFISH

Ein Remote-Gerät in einem Emulator, auf das wir über SSH auf die Instanz zugreifen, die den Emulator und dann ADB verbinden. 

TestDeviceOptions.InstanceType  EMULATOR

Ein Android-Emulator. 

TestDeviceOptions.InstanceType  GCE

Ein Gerät, auf das wir per Fernzugriff über SSH und ADB Connect zugreifen

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Öffentliche Methoden

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

Enum-Werte

WILLKOMMEN

public static final TestDeviceOptions.InstanceType CHEEPS

ChromeOS-VM

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Ein Remote-Gerät in einem Emulator, auf das wir über SSH auf die Instanz zugreifen, die den Emulator und dann ADB verbinden.

MULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Ein Android-Emulator.

GCE

public static final TestDeviceOptions.InstanceType GCE

Ein Gerät, auf das wir per Fernzugriff über SSH und ADB Connect zugreifen

AVD auf der Rückseite

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_VERSTÄRKTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Öffentliche Methoden

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

Parameter
name String

Returns
TestDeviceOptions.InstanceType

Werte

public static final InstanceType[] values ()

Returns
InstanceType[]