TestDeviceOptions.InstanceType

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

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.device.TestDeviceOptions.InstanceType>
     ↳ com.android.tradefed.device.TestDeviceOptions.InstanceType


概要

列挙値

TestDeviceOptions.InstanceType  CHEEPS

Chrome OS VM(betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

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

TestDeviceOptions.InstanceType  EMULATOR

Android エミュレータ。 

TestDeviceOptions.InstanceType  GCE

ssh と adb connect を介してリモートでアクセスするデバイス

TestDeviceOptions.InstanceType  NETWORK_DEVICE

ネットワーク経由で接続されたデバイス

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

パブリック メソッド

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

列挙値

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM(betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

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

EMULATOR

public static final TestDeviceOptions.InstanceType EMULATOR

Android エミュレータ。

GCE

public static final TestDeviceOptions.InstanceType GCE

ssh と adb connect を介してリモートでアクセスするデバイス

NETWORK_DEVICE

public static final TestDeviceOptions.InstanceType NETWORK_DEVICE

デバイスがネットワーク経由で接続されました

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

パブリック メソッド

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

パラメータ
name String

戻り値
TestDeviceOptions.InstanceType

values

public static final InstanceType[] values ()

戻り値
InstanceType[]