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

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

ใช้ตัวยึดตําแหน่งสําหรับอุปกรณ์ระยะไกลในสภาพแวดล้อมเสมือนจริง

เมธอดสาธารณะ

getRequiredClass

public Class<?> getRequiredClass ()

คิกรีเทิร์น
Class<?>

valueOf

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

พารามิเตอร์
name String

คิกรีเทิร์น
DeviceSelectionOptions.DeviceRequestedType

values

public static final DeviceRequestedType[] values ()

คิกรีเทิร์น
DeviceRequestedType[]