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 | |
Các loại thiết bị phần giữ chỗ có thể được hỗ trợ.
Tóm tắt
Giá trị enum | |
|---|---|
DeviceSelectionOptions.DeviceRequestedType |
EXISTING_DEVICE
Một thiết bị thực hoặc ảo thực sự đã khởi động, chứ không phải loại phần giữ chỗ. |
DeviceSelectionOptions.DeviceRequestedType |
GCE_DEVICE
Sử dụng phần giữ chỗ cho một thiết bị từ xa lồng trong môi trường ảo hoá. |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_EMULATOR
Phân bổ một trình mô phỏng chạy cục bộ cho quá trình kiểm thử. |
DeviceSelectionOptions.DeviceRequestedType |
LOCAL_VIRTUAL_DEVICE
Phân bổ một thiết bị ảo chạy trên máy chủ cục bộ. |
DeviceSelectionOptions.DeviceRequestedType |
NULL_DEVICE
Phần giữ chỗ không yêu cầu phân bổ thiết bị. |
DeviceSelectionOptions.DeviceRequestedType |
REMOTE_DEVICE
Sử dụng phần giữ chỗ cho thiết bị từ xa trong môi trường ảo hoá. |
Phương thức công khai | |
|---|---|
Class<?>
|
getRequiredClass()
|
static
DeviceSelectionOptions.DeviceRequestedType
|
valueOf(String name)
|
static
final
DeviceRequestedType[]
|
values()
|
Giá trị enum
EXISTING_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE
Một thiết bị thực hoặc ảo thực sự đã khởi động, chứ không phải loại phần giữ chỗ.
GCE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE
Sử dụng phần giữ chỗ cho một thiết bị từ xa lồng trong môi trường ảo hoá.
LOCAL_EMULATOR
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR
Phân bổ một trình mô phỏng chạy cục bộ cho quá trình kiểm thử.
LOCAL_VIRTUAL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE
Phân bổ một thiết bị ảo chạy trên máy chủ cục bộ.
NULL_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE
Phần giữ chỗ không yêu cầu phân bổ thiết bị.
REMOTE_DEVICE
public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE
Sử dụng phần giữ chỗ cho thiết bị từ xa trong môi trường ảo hoá.
Phương thức công khai
getRequiredClass
public Class<?> getRequiredClass ()
| Giá trị trả về | |
|---|---|
Class<?> |
|
valueOf
public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
| Tham số | |
|---|---|
name |
String |
| Giá trị trả về | |
|---|---|
DeviceSelectionOptions.DeviceRequestedType |
|