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 | |
요약
Enum 값 | |
|---|---|
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()
|
Enum 값
DEFAULT_BEHAVIOR
public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR
기기 구성에서 제공하는 기본 전략을 사용합니다.
이 값은 테스트에서 정리 작업에 주로 사용해야 합니다.
공개 메서드
getValue
public int getValue ()
| 반환 | |
|---|---|
int |
|
valueOf
public static HsumHelper.HsumBootStrategy valueOf (String name)
| 매개변수 | |
|---|---|
name |
String |
| 반환 | |
|---|---|
HsumHelper.HsumBootStrategy |
|