DeviceSelectionOptions.DeviceRequestedType
public
static
final
enum
DeviceSelectionOptions.DeviceRequestedType
extends Enum<DeviceSelectionOptions.DeviceRequestedType>
JavaScript.lang.Object | ||
↳ | Java.lang.Enum<com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType> | |
↳ | com.android.tradefed.device.DeviceSelectionOptions.DeviceRequestedType |
הסוגים האפשריים של מכשירי placeholder נתמכים.
סיכום
ערכים של טיפוסים בני מנייה (enum) | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |
EXISTING_DEVICE
מכשיר פיזי או וירטואלי אמיתי כבר הופעל, לא סוג placeholder. |
DeviceSelectionOptions.DeviceRequestedType |
GCE_DEVICE
שימוש ב-placeholder של מכשיר מרוחק שנמצא בסביבה וירטואלית. |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_EMULATOR
מקצים אמולטור שפועל באופן מקומי בשביל הבדיקה. |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_VIRTUAL_DEVICE
הקצאת מכשיר וירטואלי שפועל ב-localhost. |
DeviceSelectionOptions.DeviceRequestedType |
NULL_DEVICE
placeholder שלא צריך להקצות לו מכשיר. |
DeviceSelectionOptions.DeviceRequestedType |
REMOTE_DEVICE
שימוש ב-placeholder של מכשיר מרוחק בסביבה וירטואלית. |
שיטות ציבוריות | |
---|---|
Class<?>
|
getRequiredClass()
|
static
DeviceSelectionOptions.DeviceRequestedType
|
valueOf(String name)
|
static
final
DeviceRequestedType[]
|
values()
|
ערכים של טיפוסים בני מנייה (enum)
EXISTING_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
מכשיר פיזי או וירטואלי אמיתי כבר הופעל, לא סוג placeholder.
מכשיר GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
שימוש ב-placeholder של מכשיר מרוחק שנמצא בסביבה וירטואלית.
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
placeholder שלא צריך להקצות לו מכשיר.
REMOTE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
שימוש ב-placeholder של מכשיר מרוחק בסביבה וירטואלית.
שיטות ציבוריות
getrequiredClass
public Class<?> getRequiredClass ()
החזרות | |
---|---|
Class<?> |
ערך של
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
פרמטרים | |
---|---|
name |
String |
החזרות | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |