TestDeviceOptions.InstanceType

public static final enum TestDeviceOptions.InstanceType
extends Enum< TestDeviceOptions.InstanceType >

java.lang.オブジェクト
java.lang.Enum< com.android.tradefed.device.TestDeviceOptions.InstanceType >
com.android.tradefed.device.TestDeviceOptions.InstanceType


まとめ

列挙値

TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (ベティ)

TestDeviceOptions.InstanceType CUTTLEFISH

エミュレータ内のリモート デバイス。エミュレータをホストしているインスタンスに ssh 経由でアクセスし、adb 接続します。

TestDeviceOptions.InstanceType EMULATOR

アンドロイドエミュレータ。

TestDeviceOptions.InstanceType GCE

ssh および adb connect 経由でリモート アクセスするデバイス

TestDeviceOptions.InstanceType REMOTE_AVD

TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

パブリックメソッド

static TestDeviceOptions.InstanceType valueOf (String name)
static final InstanceType[] values ()

列挙値

チープ

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM (ベティ)

イカ

public static final TestDeviceOptions.InstanceType CUTTLEFISH

エミュレータ内のリモート デバイス。エミュレータをホストしているインスタンスに ssh 経由でアクセスし、adb 接続します。

エミュレータ

public static final TestDeviceOptions.InstanceType EMULATOR

アンドロイドエミュレータ。

GCE

public static final TestDeviceOptions.InstanceType GCE

ssh および adb connect 経由でリモート アクセスするデバイス

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

パブリックメソッド

の値

public static TestDeviceOptions.InstanceType valueOf (String name)

パラメーター
name String

戻り値
TestDeviceOptions.InstanceType

価値観

public static final InstanceType[] values ()

戻り値
InstanceType[]