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 vào phiên bản 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 tôi truy cập từ xa thông qua ssh và adb connect |
TestDeviceOptions.InstanceType |
NETWORK_DEVICE
Thiết bị được kết nối qua mạng |
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
CUTTLEFISH
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 vào phiên bản lưu trữ trình mô phỏng, sau đó kết nối adb.
GCE
public static final TestDeviceOptions.InstanceType GCE
Một thiết bị mà chúng tôi truy cập từ xa thông qua ssh và adb connect
NETWORK_DEVICE
public static final TestDeviceOptions.InstanceType NETWORK_DEVICE
Thiết bị được kết nối qua mạng
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 |
|