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 | |
הסוגים השונים של מכשירים זמינים ל-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<?> |
|
valueOf
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
| פרמטרים | |
|---|---|
name |
String |
| החזרות | |
|---|---|
DeviceSelectionOptions.DeviceRequestedType |
|