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ı yer tutucu cihaz türleri.
Özet
Enum değerleri | |
|---|---|
DeviceSelectionOptions.DeviceRequestedType |
EXISTING_DEVICE
Yer tutucu türü değil, başlatılmış gerçek bir fiziksel veya sanal cihaz. |
DeviceSelectionOptions.DeviceRequestedType |
GCE_DEVICE
Sanallaştırılmış bir ortama yerleştirilmiş uzak cihaz için 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
Yerel ana makinede çalışan bir sanal cihaz ayırın. |
DeviceSelectionOptions.DeviceRequestedType |
NULL_DEVICE
Cihaz atanması gerekmeyen bir yer tutucu. |
DeviceSelectionOptions.DeviceRequestedType |
REMOTE_DEVICE
Sanallaştırılmış ortamda uzak cihaz için yer tutucu kullanın. |
Herkese açık yöntemler | |
|---|---|
Class<?>
|
getRequiredClass()
|
static
DeviceSelectionOptions.DeviceRequestedType
|
valueOf(String name)
|
static
final
DeviceRequestedType[]
|
values()
|
Enum değerleri
EXISTING_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
Yer tutucu türü değil, başlatılmış gerçek bir fiziksel veya sanal cihaz.
GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
Sanallaştırılmış bir ortama yerleştirilmiş 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 emülatör ayırın.
LOCAL_VIRTUAL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
Yerel ana makinede çalışan bir sanal cihaz ayırın.
NULL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
Cihaz atanması gerekmeyen bir yer tutucu.
REMOTE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
Sanallaştırılmış ortamda uzak cihaz için yer tutucu kullanın.
Herkese açık yöntemler
getRequiredClass
public Class<?> getRequiredClass ()
| İlerlemeler | |
|---|---|
Class<?> |
|
valueOf
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
| Parametreler | |
|---|---|
name |
String |
| İlerlemeler | |
|---|---|
DeviceSelectionOptions.DeviceRequestedType |
|