Searched refs:reboot (Results 1 – 16 of 16) sorted by relevance
160 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() method in ShutdownThread392 public static void rebootOrShutdown(boolean reboot, String reason) { in rebootOrShutdown() argument393 if (reboot) { in rebootOrShutdown()396 Power.reboot(reason); in rebootOrShutdown()
530 public void reboot(String reason) in reboot() method in PowerManager533 mService.reboot(reason); in reboot()
101 public static void reboot(String reason) throws IOException in reboot() method in Power
42 void reboot(String reason); in reboot() method
387 pm.reboot("recovery"); in bootCommand()
46 ShutdownThread.reboot(ShutdownActivity.this, null, mConfirm); in onCreate()
95 boolean reboot = (shutdownAction.charAt(0) == '1'); in run()104 ShutdownThread.rebootOrShutdown(reboot, reason); in run()
311 pms.reboot(reason); in rebootSystem()
2569 public void reboot(String reason) in reboot() method in PowerManagerService2581 ShutdownThread.reboot(mContext, finalReason, false); in reboot()
227 <a href="#reboot">reboot</a>829 <A NAME="reboot"></A>835 <span class="sympad">reboot</span>853 The type of bootloader to reboot into. The allowed values are
493 pm.reboot("SIM is added."); in onIccSwap()
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,
15032 method public void reboot(java.lang.String);