Searched refs:reboot (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActions.java40 void reboot(boolean safeMode); method in interface:GlobalActions.GlobalActionsManager
/frameworks/base/libs/hwui/tests/scripts/
H A Dprep_fugu.sh12 echo "Trying to setprop persist.service.thermal 0 and reboot"
14 adb reboot
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java83 public void reboot(boolean safeMode) { method in class:GlobalActionsComponent
85 mBarService.reboot(safeMode);
H A DGlobalActionsDialog.java364 mWindowManagerFuncs.reboot(true);
396 mWindowManagerFuncs.reboot(true);
414 mWindowManagerFuncs.reboot(false);
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl54 void reboot(boolean confirm, String reason, boolean wait);
H A DPowerManager.java396 * The value to pass as the 'reason' argument to reboot() to reboot into
409 * The value to pass as the 'reason' argument to reboot() to reboot into
421 * The value to pass as the 'reason' argument to reboot() when device owner requests a reboot on
471 * constant for shutdown reason being reboot.
964 * Reboot the device. Will not return if the reboot is successful.
972 public void reboot(String reason) { method in class:PowerManager
974 mService.reboot(fals
[all...]
H A DRecoverySystem.java509 * fails, or if the reboot itself fails.
520 * reboot.
528 * the reboot itself fails.
594 // Having set up the BCB (bootloader control block), go ahead and reboot
598 // On TV, reboot quiescently if the screen is off
605 pm.reboot(reason);
682 * fails, or if the reboot itself fails.
726 * fails, or if the reboot itself fails.
1163 * reboot into recovery accordingly.
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownActivity.java53 pm.reboot(mConfirm, null, false);
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DPowerCommand.java41 + " svc power reboot [reason]\n"
42 + " Perform a runtime shutdown and reboot device with specified reason.\n"
82 } else if ("reboot".equals(args[1])) {
89 pm.reboot(false, mode, true);
91 maybeLogRemoteException("Failed to reboot.");
/frameworks/native/include/powermanager/
H A DIPowerManager.h69 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePowerManager.java90 public void reboot(boolean confirm, String reason, boolean wait) { method in class:BridgePowerManager
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl74 void reboot(boolean safeMode);
/frameworks/native/services/powermanager/
H A DIPowerManager.cpp109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) function in class:android::BpPowerManager
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java113 // Metrics that will be reported to tron after reboot
242 public static void reboot(final Context context, String reason, boolean confirm) { method in class:ShutdownThread
251 * Request a reboot into safe mode. Must be called from a Looper thread in which its UI
284 // device always calls uncrypt prior to reboot.
293 // Path 3: Regular reboot / shutdown
300 // reboot, which might be time-consuming.
583 // If it's to reboot to install an update and uncrypt hasn't been
764 * Do not call this directly. Use {@link #reboot(Context, String, boolean)}
768 * @param reboot true to reboot o
771 rebootOrShutdown(final Context context, boolean reboot, String reason) argument
798 saveMetrics(boolean reboot) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java191 // Having set up the BCB, go ahead and reboot.
193 pm.reboot(PowerManager.REBOOT_RECOVERY);
H A DWatchdog.java338 * Perform a full reboot of the system.
344 pms.reboot(false, reason, false);
/frameworks/base/tools/bit/
H A Dmain.cpp85 bool reboot; member in struct:Options
96 reboot(false),
321 fprintf(out, " -n Don't reboot or restart\n");
322 fprintf(out, " -r If the runtime needs to be restarted, do a full reboot\n");
476 options->reboot = true;
701 // Sync the system partition and reboot
707 // If nothing changed and we weren't forced to sync, skip the reboot for speed.
731 if (options.reboot) {
734 err = run_adb("reboot", NULL);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java268 services.powerManager.reboot(reason);
H A DMockSystemServices.java315 public void reboot(String reason) { method in class:MockSystemServices.PowerManagerForMock
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java811 * Allows the status bar to reboot the device.
814 public void reboot(boolean safeMode) { method in class:StatusBarManagerService
823 ShutdownThread.reboot(getUiContext(),
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java574 public void reboot(boolean confirm); method in interface:WindowManagerPolicy.WindowManagerFuncs
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl292 void reboot(in ComponentName admin);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java273 // Remember if it's runtime restart(when sys.boot_completed is already set) or reboot
433 boolean reboot = (shutdownAction.charAt(0) == '1');
442 // If it's a pending reboot into recovery to apply an update,
445 // reboot which will fail for sure, and get a chance to capture a
470 ShutdownThread.rebootOrShutdown(null, reboot, reason);
541 // Bring up recovery system in case a rescue party needs a reboot
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java413 mWindowManagerFuncs.reboot(false /* confirm */);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java322 // and has to reboot. We may want to add a property,
339 pm.reboot("SIM is added.");

Completed in 1486 milliseconds

12