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 |
지원되는 다양한 자리표시자 기기 유형
요약
Enum 값 | |
---|---|
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
가상화된 환경에서 원격 기기의 자리표시자를 사용합니다. |
공개 메서드 | |
---|---|
Class<?>
|
getRequiredClass()
|
static
DeviceSelectionOptions.DeviceRequestedType
|
valueOf(String name)
|
static
final
DeviceRequestedType[]
|
values()
|
Enum 값
기존 기기
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
자리표시자 유형이 아닌 실제 실제 또는 가상 기기가 이미 시작되었습니다.
GCE_기기
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
가상화된 환경에 중첩된 원격 기기의 자리표시자를 사용합니다.
LOCAL_EMULATOR
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR
테스트용으로 로컬에서 실행되는 에뮬레이터를 할당합니다.
로컬 가상 기기
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
localhost에서 실행되는 가상 기기를 할당합니다.
NULL_기기
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
기기를 할당할 필요가 없는 자리표시자입니다.
원격 기기
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
가상화된 환경에서 원격 기기의 자리표시자를 사용합니다.
공개 메서드
getRequiredClass
public Class<?> getRequiredClass ()
반환 값 | |
---|---|
Class<?> |
값
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
매개변수 | |
---|---|
name |
String |
반환 값 | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |