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


Resumo

Valores de tipo enumerado

HsumHelper.HsumBootStrategy  DEFAULT_BEHAVIOR

Usa a estratégia padrão fornecida pela configuração do dispositivo. 

HsumHelper.HsumBootStrategy  STAY_ON_SYSTEM_USER

Não muda. 

HsumHelper.HsumBootStrategy  SWITCH_TO_PREVIOUS_USER

 

Métodos públicos

int getValue()
static HsumHelper.HsumBootStrategy valueOf(String name)
static final HsumBootStrategy[] values()

Valores de tipo enumerado

DEFAULT_BEHAVIOR

public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR

Usa a estratégia padrão fornecida pela configuração do dispositivo.

Esse é o valor que os testes devem usar principalmente em tarefas de limpeza.

STAY_ON_SYSTEM_USER

public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER

Não muda.

SWITCH_TO_PREVIOUS_USER

public static final HsumHelper.HsumBootStrategy SWITCH_TO_PREVIOUS_USER

Métodos públicos

getValue

public int getValue ()

Retorna
int

valueOf

public static HsumHelper.HsumBootStrategy valueOf (String name)

Parâmetros
name String

Retorna
HsumHelper.HsumBootStrategy

values

public static final HsumBootStrategy[] values ()

Retorna
HsumBootStrategy[]