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

使用设备配置提供的默认策略。

这是测试应主要在清理任务中使用的值。

STAY_ON_SYSTEM_USER

public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER

不切换。

SWITCH_TO_PREVIOUS_USER

public static final HsumHelper.HsumBootStrategy SWITCH_TO_PREVIOUS_USER

公共方法

getValue

public int getValue ()

返回
int

valueOf

public static HsumHelper.HsumBootStrategy valueOf (String name)

参数
name String

返回
HsumHelper.HsumBootStrategy

values

public static final HsumBootStrategy[] values ()

返回
HsumBootStrategy[]