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

Numaralandırma değerleri

DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Yer tutucu tipi değil, gerçek bir fiziksel veya sanal cihaz zaten başlatılmıştır.

DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

Sanallaştırılmış bir ortamda yuvalanmış uzak bir aygıt 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

Localhost üzerinde çalışan bir sanal cihaz tahsis edin.

DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Hiçbir cihazın tahsis edilmesinin gerekmediği bir yer tutucu.

DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

Sanallaştırılmış ortamda uzak bir aygıt için yer tutucu kullanın.

DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

Daha sonra bağlanacak uzak cihaz için yer tutucu kullanın.

Genel yöntemler

Class<?> getRequiredClass ()
static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
static final DeviceRequestedType[] values ()

Numaralandırma değerleri

EXISTING_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Yer tutucu tipi değil, gerçek bir fiziksel veya sanal cihaz zaten başlatılmıştır.

GCE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

Sanallaştırılmış bir ortamda yuvalanmış uzak bir aygıt 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

Localhost üzerinde çalışan bir sanal cihaz tahsis edin.

NULL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Hiçbir cihazın tahsis edilmesinin gerekmediği bir yer tutucu.

REMOTE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

Sanallaştırılmış ortamda uzak bir aygıt için yer tutucu kullanın.

TCP_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

Daha sonra bağlanacak 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

değerler

public static final DeviceRequestedType[] values ()

İadeler
DeviceRequestedType[]