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


Zusammenfassung

Enum-Werte

HsumHelper.HsumBootStrategy  DEFAULT_BEHAVIOR

Verwendet die Standardstrategie, die von der Gerätekonfiguration bereitgestellt wird. 

HsumHelper.HsumBootStrategy  STAY_ON_SYSTEM_USER

Kein Wechsel. 

HsumHelper.HsumBootStrategy  SWITCH_TO_PREVIOUS_USER

 

Öffentliche Methoden

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

Enum-Werte

DEFAULT_BEHAVIOR

public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR

Verwendet die Standardstrategie, die von der Gerätekonfiguration bereitgestellt wird.

Dieser Wert sollte hauptsächlich für Bereinigungsaufgaben in Tests verwendet werden.

STAY_ON_SYSTEM_USER

public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER

Kein Wechsel.

SWITCH_TO_PREVIOUS_USER

public static final HsumHelper.HsumBootStrategy SWITCH_TO_PREVIOUS_USER

Öffentliche Methoden

getValue

public int getValue ()

Gibt Folgendes zurück:
int

valueOf

public static HsumHelper.HsumBootStrategy valueOf (String name)

Parameter
name String

Gibt Folgendes zurück:
HsumHelper.HsumBootStrategy

values

public static final HsumBootStrategy[] values ()

Gibt Folgendes zurück:
HsumBootStrategy[]