HsumHelper.HsumBootStrategy
public
static
final
enum
HsumHelper.HsumBootStrategy
extends Enum<HsumHelper.HsumBootStrategy>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.HsumHelper.HsumBootStrategy> | |
| ↳ | com.android.tradefed.device.HsumHelper.HsumBootStrategy | |
Tóm tắt
Giá trị enum | |
|---|---|
HsumHelper.HsumBootStrategy |
DEFAULT_BEHAVIOR
Sử dụng chiến lược mặc định do cấu hình thiết bị cung cấp. |
HsumHelper.HsumBootStrategy |
STAY_ON_SYSTEM_USER
Không chuyển đổi. |
HsumHelper.HsumBootStrategy |
SWITCH_TO_PREVIOUS_USER
|
Phương thức công khai | |
|---|---|
int
|
getValue()
|
static
HsumHelper.HsumBootStrategy
|
valueOf(String name)
|
static
final
HsumBootStrategy[]
|
values()
|
Giá trị enum
DEFAULT_BEHAVIOR
public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR
Sử dụng chiến lược mặc định do cấu hình thiết bị cung cấp.
Đây là giá trị mà các kiểm thử nên sử dụng chủ yếu cho các tác vụ dọn dẹp.
STAY_ON_SYSTEM_USER
public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER
Không chuyển đổi.
Phương thức công khai
getValue
public int getValue ()
| Giá trị trả về | |
|---|---|
int |
|
valueOf
public static HsumHelper.HsumBootStrategy valueOf (String name)
| Tham số | |
|---|---|
name |
String |
| Giá trị trả về | |
|---|---|
HsumHelper.HsumBootStrategy |
|