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 |
Farklı olası yer tutucu cihaz türleri desteklenir.
Özet
Enum değerleri | |
---|---|
DeviceSelectionOptions.DeviceRequestedType | GCE_DEVICE Sanallaştırılmış bir ortamda yuvalanmış uzak bir cihaz için bir yer tutucu kullanın. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_EMULATOR Test için yerel olarak çalışan bir emülatör ayırın. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_VIRTUAL_DEVICE Localhost üzerinde çalışan bir sanal cihaz ayırın. |
DeviceSelectionOptions.DeviceRequestedType | NULL_DEVICE Hiçbir cihazın tahsis edilmesinin gerekli olmadığı bir yer tutucu. |
DeviceSelectionOptions.DeviceRequestedType | REMOTE_DEVICE Sanallaştırılmış ortamda uzak bir cihaz için bir yer tutucu kullanın. |
DeviceSelectionOptions.DeviceRequestedType | TCP_DEVICE Daha sonra bağlanacak bir uzak aygıt için bir yer tutucu kullanın. |
Herkese açık yöntemler | |
---|---|
Class<?> | getRequiredClass () |
static DeviceSelectionOptions.DeviceRequestedType | valueOf (String name) |
static final DeviceRequestedType[] | values () |
Enum değerleri
GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
Sanallaştırılmış bir ortamda yuvalanmış uzak bir cihaz için bir yer tutucu kullanın.
LOCAL_EMULATOR
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR
Test için yerel olarak çalışan bir emülatör ayırın.
LOCAL_VIRTUAL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
Localhost üzerinde çalışan bir sanal cihaz ayırın.
NULL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
Hiçbir cihazın tahsis edilmesinin gerekli olmadığı bir yer tutucu.
REMOTE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
Sanallaştırılmış ortamda uzak bir cihaz için bir yer tutucu kullanın.
TCP_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE
Daha sonra bağlanacak bir uzak aygıt için bir yer tutucu kullanın.
Herkese açık yöntemler
getRequiredClass
public Class<?> getRequiredClass ()
İadeler | |
---|---|
Class<?> |
değeri
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
Parametreler | |
---|---|
name | String |
İadeler | |
---|---|
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 2020-09-08 UTC.