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


요약

Enum 값

TestDeviceOptions.InstanceType  CHEEPS

Chrome OS VM (betty)

TestDeviceOptions.InstanceType  CUTTLEFISH

에뮬레이터 내부의 원격 기기로, SSH를 통해 에뮬레이터에서 adb를 연결합니다. 

TestDeviceOptions.InstanceType  EMULATOR

Android Emulator 

TestDeviceOptions.InstanceType  GCE

SSH 및 adb 연결을 통해 원격으로 액세스하는 기기

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

공개 메서드

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

Enum 값

치프

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS 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 연결을 통해 원격으로 액세스하는 기기

원격 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

values

public static final InstanceType[] values ()

반환 값
InstanceType[]