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

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

DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

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

公開メソッド

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

列挙値

EXISTING_DEVICE

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[]