DeviceSelectionOptions.DeviceRequestedType
public static final enum DeviceSelectionOptions.DeviceRequestedType
extends Enum< DeviceSelectionOptions.DeviceRequestedType >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType > | |
↳ | com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType |
I diversi tipi possibili di dispositivi segnaposto supportati.
Riepilogo
Enum valori | |
---|---|
DeviceSelectionOptions.DeviceRequestedType | EXISTING_DEVICE Un dispositivo fisico o virtuale reale già avviato, non un tipo segnaposto. |
DeviceSelectionOptions.DeviceRequestedType | GCE_DEVICE Utilizzare un segnaposto per un dispositivo remoto nidificato in un ambiente virtualizzato. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_EMULATOR Assegna un emulatore in esecuzione localmente per il test. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_VIRTUAL_DEVICE Assegna un dispositivo virtuale in esecuzione su localhost. |
DeviceSelectionOptions.DeviceRequestedType | NULL_DEVICE Un segnaposto a cui non è necessario allocare alcun dispositivo. |
DeviceSelectionOptions.DeviceRequestedType | REMOTE_DEVICE Utilizzare un segnaposto per un dispositivo remoto in un ambiente virtualizzato. |
DeviceSelectionOptions.DeviceRequestedType | TCP_DEVICE Utilizzare un segnaposto per un dispositivo remoto che verrà connesso in seguito. |
Metodi pubblici | |
---|---|
Class<?> | getRequiredClass () |
static DeviceSelectionOptions.DeviceRequestedType | valueOf (String name) |
static final DeviceRequestedType[] | values () |
Enum valori
DISPOSITIVO_ESISTENTE
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
Un dispositivo fisico o virtuale reale già avviato, non un tipo segnaposto.
GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
Utilizzare un segnaposto per un dispositivo remoto nidificato in un ambiente virtualizzato.
LOCAL_EMULATOR
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR
Assegna un emulatore in esecuzione localmente per il test.
LOCAL_VIRTUAL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
Assegna un dispositivo virtuale in esecuzione su localhost.
NULL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
Un segnaposto a cui non è necessario allocare alcun dispositivo.
DISPOSITIVO_REMOTO
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
Utilizzare un segnaposto per un dispositivo remoto in un ambiente virtualizzato.
TCP_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE
Utilizzare un segnaposto per un dispositivo remoto che verrà connesso in seguito.
Metodi pubblici
getRequiredClass
public Class<?> getRequiredClass ()
ritorna | |
---|---|
Class<?> |
valore di
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
Parametri | |
---|---|
name | String |
ritorna | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |
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.