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 Chrome OS-VM (betty) |
TestDeviceOptions.InstanceType | CUTTLEFISH Ein Remote-Gerät in einem Emulator, auf das wir über ssh auf die Instanz zugreifen, die den Emulator hostet, und dann eine Adb-Verbindung herstellen. |
TestDeviceOptions.InstanceType | EMULATOR Ein Android-Emulator. |
TestDeviceOptions.InstanceType | GCE Ein Gerät, auf das wir über ssh und adb connect remote zugreifen |
TestDeviceOptions.InstanceType | REMOTE_AVD |
TestDeviceOptions.InstanceType | REMOTE_NESTED_AVD
|
Öffentliche Methoden | |
---|---|
static TestDeviceOptions.InstanceType | valueOf (String name) |
static final InstanceType[] | values () |
Enum-Werte
TINTENFISCH
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 hostet, und dann eine Adb-Verbindung herstellen.
GCE
public static final TestDeviceOptions.InstanceType GCE
Ein Gerät, auf das wir über ssh und adb connect remote zugreifen
REMOTE_AVD
public static final TestDeviceOptions.InstanceType REMOTE_AVD
Öffentliche Methoden
Wert von
public static TestDeviceOptions.InstanceType valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
TestDeviceOptions.InstanceType |
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2023-04-28 (UTC).