Searched refs:REBOOT_RECOVERY (Results 1 – 4 of 4) sorted by relevance
193 pm.reboot(PowerManager.REBOOT_RECOVERY); in rebootRecoveryWithCommand()
399 public static final String REBOOT_RECOVERY = "recovery"; field in PowerManager
300 } else if (mReason != null && mReason.equals(PowerManager.REBOOT_RECOVERY)) { in beginShutdownSequence()
3141 if (reason.equals(PowerManager.REBOOT_RECOVERY) in lowLevelReboot()4392 if (PowerManager.REBOOT_RECOVERY.equals(reason) in reboot()