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


支援各種可能的預留位置裝置類型。

摘要

列舉值

DeviceSelectionOptions.DeviceRequestedType  EXISTING_DEVICE

實體或虛擬裝置已啟動,而非預留位置類型。 

DeviceSelectionOptions.DeviceRequestedType  GCE_DEVICE

為巢狀環境中的遠端裝置使用預留位置。 

DeviceSelectionOptions.DeviceRequestedType  LOCAL_EMULATOR

分配在本機執行的模擬器以便進行測試。 

DeviceSelectionOptions.DeviceRequestedType  LOCAL_VIRTUAL_DEVICE

分配在 localhost 上執行的虛擬裝置。 

DeviceSelectionOptions.DeviceRequestedType  NULL_DEVICE

不需要分配任何裝置的預留位置。 

DeviceSelectionOptions.DeviceRequestedType  REMOTE_DEVICE

在虛擬化環境中,為遠端裝置使用預留位置。 

公用方法

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

列舉值

現有裝置

public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

實體或虛擬裝置已啟動,而非預留位置類型。

GCE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

為巢狀環境中的遠端裝置使用預留位置。

LOCAL_EMULATOR

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

分配在本機執行的模擬器以便進行測試。

LOCAL_VIRTUAL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

分配在 localhost 上執行的虛擬裝置。

空值裝置

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

不需要分配任何裝置的預留位置。

遠端裝置

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

在虛擬化環境中,為遠端裝置使用預留位置。

公用方法

getRequiredClass

public Class<?> getRequiredClass ()

傳回
Class<?>

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

參數
name String

傳回
DeviceSelectionOptions.DeviceRequestedType

public static final DeviceRequestedType[] values ()

傳回
DeviceRequestedType[]