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.java891 public void reboot(String reason) { in reboot() method in PowerManager
893 mService.reboot(false, reason, true); in reboot()
DRecoverySystem.java494 pm.reboot(PowerManager.REBOOT_RECOVERY_UPDATE); in installPackage()
684 pm.reboot(PowerManager.REBOOT_RECOVERY); in bootCommand()
/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/docs/html-intl/intl/zh-cn/preview/features/
Dafw.jd33 <li><a href="#remote-reboot">远程重新启动</a>
257 <h2 id="remote-reboot">远程重新启动</h2>
261 如果设备需要重新启动,管理员可以使用新 <code>DevicePolicyManager.reboot()</code> 方法来进行此操作。
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dafw.jd29 <li><a href="#remote-reboot">リモートでの再起動</a>
253 <h2 id="remote-reboot">リモートでの再起動</h2>
257 端末を再起動する必要がある場合、管理者は新しい <code>DevicePolicyManager.reboot()</code> メソッドを使用して実行することができます。
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dafw.jd29 <li><a href="#remote-reboot">원격 재부팅
253 <h2 id="remote-reboot">원격 재부팅</h2>
259 <code>DevicePolicyManager.reboot()</code> 메서드를 사용하여 재부팅할 수 있습니다.
Ddirect-boot.jd158 $ adb reboot-bootloader
/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
642 public static void rebootOrShutdown(final Context context, boolean reboot, String reason) { in rebootOrShutdown() argument
643 if (reboot) { in rebootOrShutdown()
/frameworks/base/docs/html/preview/features/
Ddirect-boot.jd115 <p>To get notified when the user unlocks the device after a reboot,
165 $ adb reboot-bootloader
188 <p>Using these commands causes the device to reboot.</p>
Dafw.jd29 <li><a href="#remote-reboot">Remote Reboot
256 <h2 id="remote-reboot">Remote Reboot</h2>
259 Device owners can remotely reboot devices. In some cases, devices deployed in
262 <code>DevicePolicyManager.reboot()</code> method.
/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-intl/intl/zh-tw/preview/features/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Ddirect-boot.jd158 $ adb reboot-bootloader
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java257 context.powerManager.reboot(reason); in powerManagerReboot()
DDevicePolicyManagerTest.java1512 dpm.reboot(admin1); in testReboot()
1521 dpm.reboot(admin1); in testReboot()
1536 dpm.reboot(admin1); in testReboot()
1546 dpm.reboot(admin1); in testReboot()
1554 dpm.reboot(admin1); in testReboot()
/frameworks/base/docs/html-intl/intl/in/preview/features/
Dafw.jd29 <li><a href="#remote-reboot">Boot Ulang Jarak Jauh
253 <h2 id="remote-reboot">Boot Ulang Jarak Jauh</h2>
259 <code>DevicePolicyManager.reboot()</code> baru.
/frameworks/base/services/core/java/com/android/server/
DWatchdog.java312 pms.reboot(false, reason, false); in rebootSystem()
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Dafw.jd29 <li><a href="#remote-reboot">Reinicialização remota
253 <h2 id="remote-reboot">Reinicialização remota</h2>
259 método <code>DevicePolicyManager.reboot()</code>.
/frameworks/base/docs/html-intl/intl/es/preview/features/
Dafw.jd29 <li><a href="#remote-reboot">Reinicio remoto
253 <h2 id="remote-reboot">Reinicio remoto</h2>
259 <code>DevicePolicyManager.reboot()</code>.

123