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 |
Desteklenen farklı olası yer tutucu cihaz türleri.
Özet
Enum değerleri | |
---|---|
DeviceSelectionOptions.DeviceRequestedType | EXISTING_DEVICE Gerçek bir fiziksel veya sanal cihaz zaten başlatıldı, yer tutucu türü değil. |
DeviceSelectionOptions.DeviceRequestedType | GCE_DEVICE Sanallaştırılmış bir ortamda iç içe geçmiş bir uzak cihaz için yer tutucu kullanın. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_EMULATOR Test için yerel olarak çalışan bir öykünücü tahsis edin. |
DeviceSelectionOptions.DeviceRequestedType | LOCAL_VIRTUAL_DEVICE Localhost üzerinde çalışan bir sanal cihaz tahsis edin. |
DeviceSelectionOptions.DeviceRequestedType | NULL_DEVICE Tahsis edilmesi gereken hiçbir cihazın olmadığı bir yer tutucu. |
DeviceSelectionOptions.DeviceRequestedType | REMOTE_DEVICE Sanallaştırılmış ortamda uzak bir cihaz için yer tutucu kullanın. |
DeviceSelectionOptions.DeviceRequestedType | TCP_DEVICE Daha sonra bağlanacak bir uzak cihaz için yer tutucu kullanın. |
Genel yöntemler | |
---|---|
Class<?> | getRequiredClass () |
static DeviceSelectionOptions.DeviceRequestedType | valueOf (String name) |
static final DeviceRequestedType[] | values () |
Enum değerleri
MEVCUT_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
Gerçek bir fiziksel veya sanal cihaz zaten başlatıldı, yer tutucu türü değil.
GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
Sanallaştırılmış bir ortamda iç içe geçmiş bir uzak cihaz için yer tutucu kullanın.
LOCAL_EMULATOR
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR
Test için yerel olarak çalışan bir öykünücü tahsis edin.
LOCAL_VIRTUAL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
Localhost üzerinde çalışan bir sanal cihaz tahsis edin.
NULL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
Tahsis edilmesi gereken hiçbir cihazın olmadığı bir yer tutucu.
REMOTE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
Sanallaştırılmış ortamda uzak bir cihaz için yer tutucu kullanın.
TCP_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE
Daha sonra bağlanacak bir uzak cihaz için yer tutucu kullanın.
Genel yöntemler
getRequiredClass
public Class<?> getRequiredClass ()
İadeler | |
---|---|
Class<?> |
değeri
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
parametreler | |
---|---|
name | String |
İadeler | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-04-28 UTC.