TestDeviceOptions.InstanceType

public static final enum TestDeviceOptions.InstanceType
extends Enum<TestDeviceOptions.InstanceType>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.device.TestDeviceOptions.InstanceType>
     ↳ com.android.tradefed.device.TestDeviceOptions.InstanceType


Tóm tắt

Giá trị enum

TestDeviceOptions.InstanceType  CHEEPS

Máy ảo Chrome OS (chắc chắn)

TestDeviceOptions.InstanceType  CUTTLEFISH

Một thiết bị từ xa bên trong trình mô phỏng mà chúng ta truy cập qua ssh vào thực thể lưu trữ sau đó kết nối với adb. 

TestDeviceOptions.InstanceType  EMULATOR

Trình mô phỏng Android. 

TestDeviceOptions.InstanceType  GCE

Một thiết bị mà chúng ta truy cập từ xa qua giao thức kết nối ssh và adb

TestDeviceOptions.InstanceType  REMOTE_AVD

 

TestDeviceOptions.InstanceType  REMOTE_NESTED_AVD

 

Phương thức công khai

static TestDeviceOptions.InstanceType valueOf(String name)
static final InstanceType[] values()

Giá trị enum

Tiếng CHEEP

public static final TestDeviceOptions.InstanceType CHEEPS

Máy ảo Chrome OS (chắc chắn)

TIẾNG CUTTLEF

public static final TestDeviceOptions.InstanceType CUTTLEFISH

Một thiết bị từ xa bên trong trình mô phỏng mà chúng ta truy cập qua ssh vào thực thể lưu trữ sau đó kết nối với adb.

TƯƠNG TÁC

public static final TestDeviceOptions.InstanceType EMULATOR

Trình mô phỏng Android.

GCE

public static final TestDeviceOptions.InstanceType GCE

Một thiết bị mà chúng ta truy cập từ xa qua giao thức kết nối ssh và adb

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD là

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Phương thức công khai

giá trị của

public static TestDeviceOptions.InstanceType valueOf (String name)

Tham số
name String

Giá trị trả về
TestDeviceOptions.InstanceType

giá trị

public static final InstanceType[] values ()

Giá trị trả về
InstanceType[]