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

Bản tóm tắt

Giá trị enum

DeviceSelectionOptions.DeviceRequestedType EXISTING_DEVICE

Một thiết bị thực hoặc thiết bị ảo đã được khởi động, không phải là một 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ổ một trình giả lập đang chạy cục bộ để thử nghiệm.

DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

Phân bổ một thiết bị ảo chạy trên localhost.

DeviceSelectionOptions.DeviceRequestedType NULL_DEVICE

Một trình giữ chỗ mà không cần thiết bị nào được cấp phát.

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 pháp 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 thiết bị ảo đã được khởi động, không phải là một 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ổ một trình giả lập đang chạy cục bộ để thử nghiệm.

LOCAL_VIRTUAL_DEVICE

public static final DeviceSelectionOptions.DeviceRequestedType LOCAL_VIRTUAL_DEVICE

Phân bổ 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ỗ mà không cần thiết bị nào được cấp phát.

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 pháp công khai

getRequiredClass

public Class<?> getRequiredClass ()

Lợi nhuận
Class<?>

giá trị của

public static DeviceSelectionOptions.DeviceRequestedType valueOf (String name)

Thông số
name String

Lợi nhuận
DeviceSelectionOptions.DeviceRequestedType

giá trị

public static final DeviceRequestedType[] values ()

Lợi nhuận
DeviceRequestedType[]