Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_Power.cpp82 reboot(RB_POWER_OFF); in android_os_Power_shutdown()
91 reboot(RB_AUTOBOOT); in android_os_Power_reboot()
/frameworks/base/core/java/com/android/internal/app/
DShutdownThread.java132 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() method in ShutdownThread
352 public static void rebootOrShutdown(boolean reboot, String reason) { in rebootOrShutdown() argument
353 if (reboot) { in rebootOrShutdown()
356 Power.reboot(reason); in rebootOrShutdown()
/frameworks/base/core/java/android/os/
DPower.java101 public static void reboot(String reason) throws IOException in reboot() method in Power
DPowerManager.java507 public void reboot(String reason) in reboot() method in PowerManager
510 mService.reboot(reason); in reboot()
DIPowerManager.aidl39 void reboot(String reason); in reboot() method
DRecoverySystem.java396 pm.reboot("recovery"); in bootCommand()
/frameworks/base/services/java/com/android/server/
DSystemServer.java98 boolean reboot = (shutdownAction.charAt(0) == '1'); in run()
107 ShutdownThread.rebootOrShutdown(reboot, reason); in run()
DWatchdog.java312 pms.reboot(reason); in rebootSystem()
DPowerManagerService.java2435 public void reboot(String reason) in reboot() method in PowerManagerService
2447 ShutdownThread.reboot(mContext, finalReason, false); in reboot()
/frameworks/base/docs/html/guide/developing/tools/
DMonkeyDevice.jd225 <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
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd159 system reboot).</dd>
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt205 NO DOC BLOCK: android.os.PowerManager Method reboot(java.lang.String)
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd481 <p>This will cause the emulator to restart. (It will look like a full reboot,