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 | |
Résumé
Valeurs enum | |
|---|---|
HsumHelper.HsumBootStrategy |
DEFAULT_BEHAVIOR
Utilise la stratégie par défaut fournie par la configuration de l'appareil. |
HsumHelper.HsumBootStrategy |
STAY_ON_SYSTEM_USER
Le compte ne change pas. |
HsumHelper.HsumBootStrategy |
SWITCH_TO_PREVIOUS_USER
|
Méthodes publiques | |
|---|---|
int
|
getValue()
|
static
HsumHelper.HsumBootStrategy
|
valueOf(String name)
|
static
final
HsumBootStrategy[]
|
values()
|
Valeurs enum
DEFAULT_BEHAVIOR
public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR
Utilise la stratégie par défaut fournie par la configuration de l'appareil.
Il s'agit de la valeur que les tests doivent principalement utiliser pour les tâches de nettoyage.
STAY_ON_SYSTEM_USER
public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER
Le compte ne change pas.
Méthodes publiques
getValue
public int getValue ()
| Renvoie | |
|---|---|
int |
|
valueOf
public static HsumHelper.HsumBootStrategy valueOf (String name)
| Paramètres | |
|---|---|
name |
String |
| Renvoie | |
|---|---|
HsumHelper.HsumBootStrategy |
|