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


Özet

Enum değerleri

HsumHelper.HsumBootStrategy  DEFAULT_BEHAVIOR

Cihaz yapılandırması tarafından sağlanan varsayılan stratejiyi kullanır. 

HsumHelper.HsumBootStrategy  STAY_ON_SYSTEM_USER

Geçiş yapılamıyor. 

HsumHelper.HsumBootStrategy  SWITCH_TO_PREVIOUS_USER

 

Herkese açık yöntemler

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

Enum değerleri

DEFAULT_BEHAVIOR

public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR

Cihaz yapılandırması tarafından sağlanan varsayılan stratejiyi kullanır.

Bu değer, temizleme görevlerinde testlerin çoğunda kullanılmalıdır.

STAY_ON_SYSTEM_USER

public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER

Geçiş yapılamıyor.

SWITCH_TO_PREVIOUS_USER

public static final HsumHelper.HsumBootStrategy SWITCH_TO_PREVIOUS_USER

Herkese açık yöntemler

getValue

public int getValue ()

İadeler
int

valueOf

public static HsumHelper.HsumBootStrategy valueOf (String name)

Parametreler
name String

İadeler
HsumHelper.HsumBootStrategy

values

public static final HsumBootStrategy[] values ()

İadeler
HsumBootStrategy[]