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 |
الأنواع المختلفة المحتملة للأجهزة النائبة المتوافقة
ملخّص
قيم التعداد | |
---|---|
DeviceSelectionOptions.DeviceRequestedType |
EXISTING_DEVICE
جهاز حقيقي أو افتراضي سبق أن تم تشغيله، وليس نوع عنصر نائب |
DeviceSelectionOptions.DeviceRequestedType |
GCE_DEVICE
استخدِم عنصر نائبًا لجهاز بعيد مُدمَج في بيئة افتراضية. |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_EMULATOR
تخصيص محاكي يعمل على الجهاز للاختبار |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_VIRTUAL_DEVICE
تخصيص جهاز افتراضي يعمل على المضيف المحلي |
DeviceSelectionOptions.DeviceRequestedType |
NULL_DEVICE
عنصر نائب لا يتطلّب تخصيص جهاز له. |
DeviceSelectionOptions.DeviceRequestedType |
REMOTE_DEVICE
استخدِم عنصر نائبًا لجهاز بعيد في بيئة افتراضية. |
الطرق العامة | |
---|---|
Class<?>
|
getRequiredClass()
|
static
DeviceSelectionOptions.DeviceRequestedType
|
valueOf(String name)
|
static
final
DeviceRequestedType[]
|
values()
|
قيم التعداد
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
تخصيص جهاز افتراضي يعمل على المضيف المحلي
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 |