DeviceSelectionOptions.DeviceRequestedType

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

java.lang.オブジェクト
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

仮想化環境でリモート デバイスのプレースホルダーを使用します。

DeviceSelectionOptions.DeviceRequestedType TCP_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上で動作する仮想デバイスを割り当てます。

NULL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

デバイスを割り当てる必要のないプレースホルダー。

REMOTE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

仮想化環境でリモート デバイスのプレースホルダーを使用します。

TCP_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

後で接続するリモート デバイスのプレースホルダーを使用します。

パブリックメソッド

getRequiredClass

public Class<?> getRequiredClass ()

戻り値
Class<?>

の値

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

パラメーター
name String

戻り値
DeviceSelectionOptions.DeviceRequestedType

価値観

public static final DeviceRequestedType[] values ()

戻り値
DeviceRequestedType[]