Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/os/
DIPowerManager.aidl52 void reboot(boolean confirm, String reason, boolean wait); in reboot() method
DPowerManager.java911 public void reboot(String reason) { in reboot() method in PowerManager
913 mService.reboot(false, reason, true); in reboot()
DRecoverySystem.java502 pm.reboot(PowerManager.REBOOT_RECOVERY_UPDATE); in installPackage()
/frameworks/base/core/java/com/android/internal/app/
DShutdownActivity.java53 pm.reboot(mConfirm, null, false); in onCreate()
/frameworks/base/cmds/svc/src/com/android/commands/svc/
DPowerCommand.java88 pm.reboot(false, mode, true); in run()
/frameworks/native/include/powermanager/
DIPowerManager.h67 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePowerManager.java84 public void reboot(boolean confirm, String reason, boolean wait) { in reboot() method in BridgePowerManager
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java215 public static void reboot(final Context context, String reason, boolean confirm) { in reboot() method in ShutdownThread
643 public static void rebootOrShutdown(final Context context, boolean reboot, String reason) { in rebootOrShutdown() argument
644 if (reboot) { in rebootOrShutdown()
/frameworks/native/services/powermanager/
DIPowerManager.cpp109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) in reboot() function in android::BpPowerManager
/frameworks/base/docs/html/training/articles/
Ddirect-boot.jd117 <p>To get notified when the user unlocks the device after a reboot,
171 $ adb reboot-bootloader
194 <p>Using these commands causes the device to reboot.</p>
/frameworks/base/docs/html-intl/intl/ko/training/articles/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/zh-tw/training/articles/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/ja/training/articles/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/zh-cn/training/articles/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/ru/training/articles/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/services/core/java/com/android/server/
DRecoverySystemService.java193 pm.reboot(PowerManager.REBOOT_RECOVERY); in rebootRecoveryWithCommand()
DWatchdog.java312 pms.reboot(false, reason, false); in rebootSystem()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java487 public void reboot(boolean confirm); in reboot() method
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java257 context.powerManager.reboot(reason); in powerManagerReboot()
DDevicePolicyManagerTest.java1495 dpm.reboot(admin1); in testReboot()
1504 dpm.reboot(admin1); in testReboot()
1520 dpm.reboot(admin1); in testReboot()
1530 dpm.reboot(admin1); in testReboot()
1538 dpm.reboot(admin1); in testReboot()
/frameworks/base/docs/html/topic/arc/
Dsideload.jd54 Afterwards, you are prompted to confirm and reboot into Developer mode.
Dindex.jd269 chronos@localhost / $ sudo reboot
271 The <em>sudo reboot</em> command restarts your Chromebook.
/frameworks/base/docs/html/work/
Dcosu.jd356 Ensure your app is launched on reboot by setting it as the default launcher
446 // on reboot
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd246 <strong>How do I perform a hardware reboot?</strong>
249 included power cable from the back of ADT-1 to reboot it.
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl275 void reboot(in ComponentName admin); in reboot() method

123