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 |
|