NativeDevice.RebootMode

protected static final enum NativeDevice.RebootMode
extends Enum<NativeDevice.RebootMode>

java.lang.Object의 클래스
   ↳ java.lang.Enum<com.android.tradefed.device.NativeDevice.RebootMode>의 경우
     ↳ com.android.tradefed.device.NativeDevice.재부팅 모드


재부팅 모드입니다.

사용 가능한 모드에 대한 정보 소스는 init에 정의되어 있습니다.

요약

Enum 값

NativeDevice.RebootMode  REBOOT_FULL

 

NativeDevice.RebootMode  REBOOT_INTO_BOOTLOADER

 

NativeDevice.RebootMode  REBOOT_INTO_FASTBOOTD

 

NativeDevice.RebootMode  REBOOT_INTO_RECOVERY

 

NativeDevice.RebootMode  REBOOT_INTO_SIDELOAD

 

NativeDevice.RebootMode  REBOOT_INTO_SIDELOAD_AUTO_REBOOT

 

NativeDevice.RebootMode  REBOOT_USERSPACE

 

공개 메서드

String toString()
static NativeDevice.RebootMode valueOf(String name)
static final RebootMode[] values()

Enum 값

REBOOT_FULL 완료

public static final NativeDevice.RebootMode REBOOT_FULL

REBOOT_INTO_BOOTLOADER

public static final NativeDevice.RebootMode REBOOT_INTO_BOOTLOADER

REBOOT_INTO_FASTBOOTD

public static final NativeDevice.RebootMode REBOOT_INTO_FASTBOOTD

복구로 REBOOT_INTO_REBOOT

public static final NativeDevice.RebootMode REBOOT_INTO_RECOVERY

사이드로드로 다시 부팅

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD

REBOOT_INTO_SIDELOAD_AUTO_REBOOT

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD_AUTO_REBOOT

REBOOT_USERSPACE

public static final NativeDevice.RebootMode REBOOT_USERSPACE

공개 메서드

toString

public String toString ()

반환 값
String

public static NativeDevice.RebootMode valueOf (String name)

매개변수
name String

반환 값
NativeDevice.RebootMode

values

public static final RebootMode[] values ()

반환 값
RebootMode[]