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 | |
Ringkasan
Nilai enum | |
|---|---|
HsumHelper.HsumBootStrategy |
DEFAULT_BEHAVIOR
Menggunakan strategi default yang disediakan oleh konfigurasi perangkat. |
HsumHelper.HsumBootStrategy |
STAY_ON_SYSTEM_USER
Tidak beralih. |
HsumHelper.HsumBootStrategy |
SWITCH_TO_PREVIOUS_USER
|
Metode publik | |
|---|---|
int
|
getValue()
|
static
HsumHelper.HsumBootStrategy
|
valueOf(String name)
|
static
final
HsumBootStrategy[]
|
values()
|
Nilai enum
DEFAULT_BEHAVIOR
public static final HsumHelper.HsumBootStrategy DEFAULT_BEHAVIOR
Menggunakan strategi default yang disediakan oleh konfigurasi perangkat.
Nilai ini adalah nilai yang sebagian besar harus digunakan pengujian pada tugas pembersihan.
TETAP_DI_PENGGUNA_SISTEM
public static final HsumHelper.HsumBootStrategy STAY_ON_SYSTEM_USER
Tidak beralih.
Metode publik
getValue
public int getValue ()
| Hasil | |
|---|---|
int |
|
valueOf
public static HsumHelper.HsumBootStrategy valueOf (String name)
| Parameter | |
|---|---|
name |
String |
| Hasil | |
|---|---|
HsumHelper.HsumBootStrategy |
|