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 connect를 통해 액세스하는 에뮬레이터 내부의 원격 기기 

TestDeviceOptions.InstanceType  EMULATOR

Android Emulator 

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()

Enum 값

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Chrome OS VM(betty)

CUTTLEFISH

public static final TestDeviceOptions.InstanceType CUTTLEFISH

에뮬레이터를 호스팅하는 인스턴스에 SSH로 액세스한 다음 adb connect를 통해 액세스하는 에뮬레이터 내부의 원격 기기

에뮬레이터

public static final TestDeviceOptions.InstanceType EMULATOR

Android Emulator

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[]