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(ベティ) |
TestDeviceOptions.InstanceType | CUTTLEFISH エミュレーターをホストしているインスタンスにssh経由でアクセスし、adb接続するエミュレーター内のリモートデバイス。 |
TestDeviceOptions.InstanceType | EMULATOR Androidエミュレーター。 |
TestDeviceOptions.InstanceType | GCE sshおよびadb接続を介してリモートアクセスするデバイス |
TestDeviceOptions.InstanceType | REMOTE_AVD |
TestDeviceOptions.InstanceType | REMOTE_NESTED_AVD
|
パブリックメソッド | |
---|---|
static TestDeviceOptions.InstanceType | valueOf (String name) |
static final InstanceType[] | values () |
列挙値
イカ
public static final TestDeviceOptions.InstanceType CUTTLEFISH
エミュレーターをホストしているインスタンスにssh経由でアクセスし、adb接続するエミュレーター内のリモートデバイス。
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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.