Home
last modified time | relevance | path

Searched refs:RESUME_ON_REBOOT_REBOOT_ERROR_NONE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemShellCommand.java81 == RecoverySystem.RESUME_ON_REBOOT_REBOOT_ERROR_NONE); in rebootAndApply()
DRecoverySystemService.java21 import static android.os.RecoverySystem.RESUME_ON_REBOOT_REBOOT_ERROR_NONE;
821 return new RebootPreparationError(RESUME_ON_REBOOT_REBOOT_ERROR_NONE, in armRebootEscrow()
886 if (errorCode != RESUME_ON_REBOOT_REBOOT_ERROR_NONE) { in rebootWithLskfImpl()
/frameworks/base/core/java/android/os/
DRecoverySystem.java163 RESUME_ON_REBOOT_REBOOT_ERROR_NONE,
177 public static final int RESUME_ON_REBOOT_REBOOT_ERROR_NONE = 0; field in RecoverySystem
796 != RESUME_ON_REBOOT_REBOOT_ERROR_NONE) { in rebootAndApply()