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 (Betty) 

TestDeviceOptions.InstanceType  CUTTLEFISH

Ein Remote-Gerät in einem Emulator, auf das wir über SSH auf die Instanz zugreifen, auf der der Emulator gehostet wird, und dann eine ADB-Verbindung herstellen. 

TestDeviceOptions.InstanceType  EMULATOR

Android-Emulator 

TestDeviceOptions.InstanceType  GCE

Ein Gerät, auf das wir per SSH und ADB-Verbindung remote zugreifen 

TestDeviceOptions.InstanceType  NETWORK_DEVICE

Gerät über Netzwerk verbunden 

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Öffentliche Methoden

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

Enum-Werte

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

ChromeOS-VM (Betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Ein Remote-Gerät in einem Emulator, auf das wir über SSH auf die Instanz zugreifen, auf der der Emulator gehostet wird, und dann eine ADB-Verbindung herstellen.

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Android-Emulator

GCE

public static final TestDeviceOptions.InstanceType GCE

Ein Gerät, auf das wir per SSH und ADB-Verbindung remote zugreifen

NETWORK_DEVICE

public static final TestDeviceOptions.InstanceType NETWORK_DEVICE

Gerät über Netzwerk verbunden

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_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[]