TestDeviceState
public
final
enum
TestDeviceState
extends Enum<TestDeviceState>
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.device.TestDeviceState> | |
↳ | com.android.tradefed.device.TestDeviceState |
デバイスの状態を DeviceState
よりもフルに表現した表現。
論理的には、これは DeviceState
を拡張して FASTBOOT と NOT_AVAILABLE を追加するだけです
列挙型の拡張は許可されていません。
概要
列挙値 | |
---|---|
TestDeviceState |
FASTBOOT
|
TestDeviceState |
FASTBOOTD
is-userspace = true の fastbootd モード(adbReboot fastboot) |
TestDeviceState |
NOT_AVAILABLE
|
TestDeviceState |
ONLINE
|
TestDeviceState |
RECOVERY
|
TestDeviceState |
SIDELOAD
|
パブリック メソッド | |
---|---|
static
TestDeviceState
|
valueOf(String name)
|
static
final
TestDeviceState[]
|
values()
|
列挙値
高速ブート
public static final TestDeviceState FASTBOOTD
is-userspace = true の fastbootd モード(adbReboot fastboot)