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_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

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

LOCAL_EMULATOR

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

จัดสรรโปรแกรมจำลองที่ทำงานภายในเครื่องสำหรับการทดสอบ

อุปกรณ์เสมือน LOCAL_VIRTUAL

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

จัดสรรอุปกรณ์เสมือนที่ทำงานบน localhost

อุปกรณ์ว่างเปล่า

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

ตัวยึดตำแหน่งที่ไม่ต้องจัดสรรอุปกรณ์

อุปกรณ์ระยะไกล

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

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

วิธีการสาธารณะ

คลาสที่จำเป็น

public Class<?> getRequiredClass ()

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

ค่าของ

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

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

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

ค่า

public static final DeviceRequestedType[] values ()

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