Searched refs:reboot (Results 1 – 13 of 13) sorted by relevance
82 reboot(RB_POWER_OFF); in android_os_Power_shutdown()91 reboot(RB_AUTOBOOT); in android_os_Power_reboot()
132 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() method in ShutdownThread352 public static void rebootOrShutdown(boolean reboot, String reason) { in rebootOrShutdown() argument353 if (reboot) { in rebootOrShutdown()356 Power.reboot(reason); in rebootOrShutdown()
101 public static void reboot(String reason) throws IOException in reboot() method in Power
507 public void reboot(String reason) in reboot() method in PowerManager510 mService.reboot(reason); in reboot()
39 void reboot(String reason); in reboot() method
396 pm.reboot("recovery"); in bootCommand()
98 boolean reboot = (shutdownAction.charAt(0) == '1'); in run()107 ShutdownThread.rebootOrShutdown(reboot, reason); in run()
312 pms.reboot(reason); in rebootSystem()
2435 public void reboot(String reason) in reboot() method in PowerManagerService2447 ShutdownThread.reboot(mContext, finalReason, false); in reboot()
225 <a href="#reboot">reboot</a>827 <A NAME="reboot"></A>833 <span class="sympad">reboot</span>851 The type of bootloader to reboot into. The allowed values are
159 system reboot).</dd>
205 NO DOC BLOCK: android.os.PowerManager Method reboot(java.lang.String)
481 <p>This will cause the emulator to restart. (It will look like a full reboot,