NativeDevice.RestartMode

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

Objeto java.lang.
   ↳ java.lang.Enum<com.android.tradefed.device.NativeDevice.RebootMode>
     ↳ com.android.tradefed.device.NativeDevice.RebootMode


Un modo de reinicio.

La fuente de información para los modos disponibles se define en init.

Resumen

Enum. de valores

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

 

Métodos públicos

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

Enum. de valores

REBOOT_COMPLETO

public static final NativeDevice.RebootMode REBOOT_FULL

REBOOT_INTO_BOOTLOADER

public static final NativeDevice.RebootMode REBOOT_INTO_BOOTLOADER

REINICIAR_INTO_RÁPIDO

public static final NativeDevice.RebootMode REBOOT_INTO_FASTBOOTD

REINICIAR_EN_RECUPERACIÓN

public static final NativeDevice.RebootMode REBOOT_INTO_RECOVERY

REINICIAR_EN_LA_CARGA

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD

REINICIAR_EN_EL_SIDELOAD_AUTOMÁTICO_REBOOT

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD_AUTO_REBOOT

REBOOT_USERSPACE

public static final NativeDevice.RebootMode REBOOT_USERSPACE

Métodos públicos

toString

public String toString ()

Muestra
String

valorDe

public static NativeDevice.RebootMode valueOf (String name)

Parámetros
name String

Muestra
NativeDevice.RebootMode

valores

public static final RebootMode[] values ()

Muestra
RebootMode[]