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 | |
摘要
列舉值 | |
|---|---|
HsumHelper.HsumBootStrategy |
DEFAULT_BEHAVIOR
使用裝置設定提供的預設策略。 |
HsumHelper.HsumBootStrategy |
STAY_ON_SYSTEM_USER
不會切換。 |
HsumHelper.HsumBootStrategy |
SWITCH_TO_PREVIOUS_USER
|
公用方法 | |
|---|---|
int
|
getValue()
|
static
HsumHelper.HsumBootStrategy
|
valueOf(String name)
|
static
final
HsumBootStrategy[]
|
values()
|
列舉值
DEFAULT_BEHAVIOR
public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR
使用裝置設定提供的預設策略。
這是測試在清除工作時應主要使用的值。
公用方法
getValue
public int getValue ()
| 傳回 | |
|---|---|
int |
|
valueOf
public static HsumHelper.HsumBootStrategy valueOf (String name)
| 參數 | |
|---|---|
name |
String |
| 傳回 | |
|---|---|
HsumHelper.HsumBootStrategy |
|