DeviceSelectionOptions.DeviceRequestedType

public static final enum DeviceSelectionOptions.DeviceRequestedType
extends Enum< DeviceSelectionOptions.DeviceRequestedType >

java.lang.Nesne
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

Yer tutucu türü değil, gerçek bir fiziksel veya sanal aygıt zaten başlatıldı.

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 öykünücü tahsis edin.

DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

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

DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Hiçbir aygıtın tahsis edilmesinin gerekmediği 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 cihaz için bir yer tutucu kullanın.

Genel 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, gerçek bir fiziksel veya sanal aygıt zaten başlatıldı.

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 ö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

Hiçbir aygıtın tahsis edilmesinin gerekmediği 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 cihaz için bir 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[]