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 |
Streszczenie
Wartości wyliczeniowe | |
---|---|
TestDeviceOptions.InstanceType | CHEEPS Maszyna wirtualna z systemem operacyjnym Chrome (betty) |
TestDeviceOptions.InstanceType | CUTTLEFISH Zdalne urządzenie w emulatorze, do którego uzyskujemy dostęp przez ssh do instancji hostującej emulator, a następnie adb connect. |
TestDeviceOptions.InstanceType | EMULATOR Emulator Androida. |
TestDeviceOptions.InstanceType | GCE Urządzenie, do którego uzyskujemy zdalny dostęp przez ssh i adb connect |
TestDeviceOptions.InstanceType | REMOTE_AVD |
TestDeviceOptions.InstanceType | REMOTE_NESTED_AVD
|
Metody publiczne | |
---|---|
static TestDeviceOptions.InstanceType | valueOf (String name) |
static final InstanceType[] | values () |
Wartości wyliczeniowe
TANIO!
public static final TestDeviceOptions.InstanceType CHEEPS
Maszyna wirtualna z systemem operacyjnym Chrome (betty)
MĄTWA
public static final TestDeviceOptions.InstanceType CUTTLEFISH
Zdalne urządzenie w emulatorze, do którego uzyskujemy dostęp przez ssh do instancji hostującej emulator, a następnie adb connect.
GCE
public static final TestDeviceOptions.InstanceType GCE
Urządzenie, do którego uzyskujemy zdalny dostęp przez ssh i adb connect
ZDALNY_AVD
public static final TestDeviceOptions.InstanceType REMOTE_AVD
Metody publiczne
wartość
public static TestDeviceOptions.InstanceType valueOf (String name)
Parametry | |
---|---|
name | String |
Zwroty | |
---|---|
TestDeviceOptions.InstanceType |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.