DeviceSelectionOptions.DeviceRequestedType

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

java.lang.객체
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_기기

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

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

로컬_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_장치

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