Google cam kết thúc đẩy công bằng chủng tộc cho Cộng đồng người da đen. Xem cách thực hiện.

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ị giữ chỗ khác nhau có thể được hỗ trợ.

Bản tóm tắt

giá trị liệt kê

DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Một thiết bị ảo hoặc vật lý thực đã bắt đầu, không phải là loại trình giữ chỗ.

DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa được lồng trong môi trường ảo hóa.

DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

Phân bổ trình giả lập chạy cục bộ để thử nghiệm.

DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

Cấp phát một thiết bị ảo chạy trên localhost.

DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Một trình giữ chỗ nơi không cần thiết bị được phân bổ.

DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa trong môi trường ảo hóa.

DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa sẽ được kết nối sau này.

Phương thức công khai

Class<?> getRequiredClass ()
static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)
static final DeviceRequestedType[] values ()

giá trị liệt kê

EXISTING_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Một thiết bị ảo hoặc vật lý thực đã bắt đầu, không phải là loại trình giữ chỗ.

GCE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType GCE_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa được lồng trong môi trường ảo hóa.

LOCAL_EMULATOR

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_EMULATOR

Phân bổ trình giả lập chạy cục bộ để thử nghiệm.

LOCAL_VIRTUAL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

Cấp phát một thiết bị ảo chạy trên localhost.

NULL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Một trình giữ chỗ nơi không cần thiết bị được phân bổ.

REMOTE_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType REMOTE_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa trong môi trường ảo hóa.

TCP_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType TCP_DEVICE

Sử dụng trình giữ chỗ cho thiết bị từ xa sẽ được kết nối sau này.

Phương thức công khai

getRequiredClass

public Class<?> getRequiredClass ()

trả lại
Class<?>

giá trị của

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

Thông số
name String

trả lại
DeviceSelectionOptions.DeviceRequestedType

giá trị

public static final DeviceRequestedType[] values ()

trả lại
DeviceRequestedType[]