NativeDevice.RiavviaMode

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

java.lang.Object
🎞 java.lang.Enum<com.android.tradefed.device.NativeDevice.RiavviaMode>
  🎞 com.android.tradefed.device.NativeDevice.RiavviaMode


Una modalità di riavvio.

La fonte attendibile per le modalità disponibili è definita in init.

Riepilogo

Valori 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

 

Metodi pubblici

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

Valori enum

RIAVVIA_COMPLETO

public static final NativeDevice.RebootMode REBOOT_FULL

RIAVVIA_INTO_BOOTLOADER

public static final NativeDevice.RebootMode REBOOT_INTO_BOOTLOADER

RIAVVIA_IN_FASTBOOTD

public static final NativeDevice.RebootMode REBOOT_INTO_FASTBOOTD

RIAVVIA_IN_RECUPERO

public static final NativeDevice.RebootMode REBOOT_INTO_RECOVERY

RIAVVIA_INTO_SIDELOAD

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD

REBOOT_INTO_SIDELOAD_AUTO_REBOOT

public static final NativeDevice.RebootMode REBOOT_INTO_SIDELOAD_AUTO_REBOOT

RIAVVIA_SPAZIO UTENTE

public static final NativeDevice.RebootMode REBOOT_USERSPACE

Metodi pubblici

ToString

public String toString ()

Ritorni
String

valueOf

public static NativeDevice.RebootMode valueOf (String name)

Parametri
name String

Ritorni
NativeDevice.RebootMode

valori

public static final RebootMode[] values ()

Ritorni
RebootMode[]