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 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.
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
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 |