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 (betty) 

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 thông qua ssh đến thực thể lưu trữ trình mô phỏng, sau đó kết nố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 thông qua ssh và adb connect 

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

CHEEPS

public static final TestDeviceOptions.InstanceType CHEEPS

Máy ảo Chrome OS (betty)

MỰC

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 thông qua ssh đến thực thể lưu trữ trình mô phỏng, sau đó kết nối adb.

Trình mô phỏng

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 thông qua ssh và adb connect

REMOTE_AVD

public static final TestDeviceOptions.InstanceType REMOTE_AVD

REMOTE_NESTED_AVD

public static final TestDeviceOptions.InstanceType REMOTE_NESTED_AVD

Phương thức công khai

valueOf

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[]