DeviceSelectionOptions.DeviceRequestType

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


Olası farklı yer tutucu cihaz türleri desteklenir.

Özet

Enum değerleri

DeviceSelectionOptions.DeviceRequestedType  EXISTING_DEVICE

Gerçek bir fiziksel veya sanal cihaz zaten başlatılmış, bir yer tutucu türü değil. 

DeviceSelectionOptions.DeviceRequestedType  GCE_DEVICE

Sanallaştırılmış bir ortamda iç içe yerleştirilmiş uzak 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'ta çalışan bir sanal cihaz ayırın. 

DeviceSelectionOptions.DeviceRequestedType  NULL_DEVICE

Cihaz ayrılmasına gerek olmadığı bir yer tutucu 

DeviceSelectionOptions.DeviceRequestedType  REMOTE_DEVICE

Sanallaştırılmış ortamdaki uzak cihaz için bir yer tutucu kullanma. 

Herkese açık yöntemler

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

Enum değerleri

MEVCUT_CİHAZ

public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Gerçek bir fiziksel veya sanal cihaz zaten başlatılmış, bir yer tutucu türü değil.

GCE_CİHAZI

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

Sanallaştırılmış bir ortamda iç içe yerleştirilmiş uzak cihaz için bir yer tutucu kullanın.

YEREL_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'ta çalışan bir sanal cihaz ayırın.

NULL_CİHAZ

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Cihaz ayrılmasına gerek olmadığı bir yer tutucu

UZAK_CİHAZ

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

Sanallaştırılmış ortamdaki uzak cihaz için bir yer tutucu kullanma.

Herkese açık yöntemler

ZorunluSınıf

public Class<?> getRequiredClass ()

İlerlemeler
Class<?>

değeri

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

Parametreler
name String

İlerlemeler
DeviceSelectionOptions.DeviceRequestedType

değerler

public static final DeviceRequestedType[] values ()

İlerlemeler
DeviceRequestedType[]