DeviceSelectionOptions.DeviceRequestedType

public static final enum DeviceSelectionOptions.DeviceRequestedType
extends Enum< DeviceSelectionOptions.DeviceRequestedType >

java.lang.Object
java.lang.Enum< com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType >
com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType


다양한 유형의 자리 표시자 장치가 지원됩니다.

요약

열거형 값

DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

자리 표시자 유형이 아닌 실제 물리적 또는 가상 장치가 이미 시작되었습니다.

DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

가상화된 환경에 중첩된 원격 장치에 대한 자리 표시자를 사용합니다.

DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

테스트를 위해 로컬로 실행되는 에뮬레이터를 할당합니다.

DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

localhost에서 실행되는 가상 장치를 할당합니다.

DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

할당할 장치가 필요하지 않은 자리 표시자입니다.

DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

가상화된 환경에서 원격 장치에 대한 자리 표시자를 사용합니다.

DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

나중에 연결될 원격 장치에 대한 자리 표시자를 사용합니다.

공개 메소드

Class<?> getRequiredClass ()
static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
static final DeviceRequestedType[] values ()

열거형 값

EXISTING_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

자리 표시자 유형이 아닌 실제 물리적 또는 가상 장치가 이미 시작되었습니다.

GCE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

가상화된 환경에 중첩된 원격 장치에 대한 자리 표시자를 사용합니다.

LOCAL_EMULATOR

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

테스트를 위해 로컬로 실행되는 에뮬레이터를 할당합니다.

LOCAL_VIRTUAL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

localhost에서 실행되는 가상 장치를 할당합니다.

NULL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

할당할 장치가 필요하지 않은 자리 표시자입니다.

REMOTE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

가상화된 환경에서 원격 장치에 대한 자리 표시자를 사용합니다.

TCP_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

나중에 연결될 원격 장치에 대한 자리 표시자를 사용합니다.

공개 메소드

getRequiredClass

public Class<?> getRequiredClass ()

보고
Class<?>

가치

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

매개변수
name String

보고
DeviceSelectionOptions.DeviceRequestedType

가치

public static final DeviceRequestedType[] values ()

보고
DeviceRequestedType[]