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

ChromeOS VM(betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

エミュレータ内のリモート デバイス。ホストしているインスタンスに SSH で接続します。 エミュレータで adb 接続を実行します。 

TestDeviceOptions.InstanceType  EMULATOR

Android 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

ChromeOS VM(betty)

カトルフィッシュ

public static final TestDeviceOptions.InstanceType CUTTLEFISH

エミュレータ内のリモート デバイス。ホストしているインスタンスに SSH で接続します。 エミュレータで adb 接続を実行します。

エミュレータ

public static final TestDeviceOptions.InstanceType EMULATOR

Android 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

パブリック メソッド

valueOf

public static TestDeviceOptions.InstanceType valueOf (String name)

パラメータ
name String

戻り値
TestDeviceOptions.InstanceType

values

public static final InstanceType[] values ()

戻り値
InstanceType[]