Searched defs:reboot (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DGlobalActions.java38 void reboot(boolean safeMode); method in interface:GlobalActions.GlobalActionsManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java78 public void reboot(boolean safeMode) { method in class:GlobalActionsComponent
80 mBarService.reboot(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.java217 public static void reboot(final Context context, String reason, boolean confirm) { method in class:ShutdownThread
226 * Request a reboot into safe mode. Must be called from a Looper thread in which its UI
267 // device always calls uncrypt prior to reboot.
276 // Path 3: Regular reboot / shutdown
283 // reboot, which might be time-consuming.
498 // If it's to reboot to install an update and uncrypt hasn't been
642 * Do not call this directly. Use {@link #reboot(Context, String, boolean)}
646 * @param reboot true to reboot or false to shutdown
647 * @param reason reason for reboot/shutdow
649 rebootOrShutdown(final Context context, boolean reboot, String reason) argument
[all...]
H A DPowerManagerService.java200 // Possible reasons for shutting down for use in data/misc/reboot/last_shutdown_reason
202 private static final String REASON_REBOOT = "reboot";
219 // File location for last reboot reason
220 private static final String LAST_REBOOT_LOCATION = "/data/misc/reboot/last_reboot_reason";
2708 // If we're stuck in a really low-level reboot loop, and a
2713 throw new IllegalStateException("Too early to call shutdown() or reboot()");
2724 ShutdownThread.reboot(getUiContext(), reason, confirm);
2737 // PowerManager.reboot() is documented not to return so just wait for the inevitable.
3117 * Low-level function to reboot the device. On success, this
3119 * the time a reboot i
4390 public void reboot(boolean confirm, String reason, boolean wait) { method in class:PowerManagerService.BinderService
[all...]
/frameworks/base/tools/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/android/os/
H A DPowerManager.java389 * The value to pass as the 'reason' argument to reboot() to reboot into
402 * The value to pass as the 'reason' argument to reboot() to reboot into
414 * The value to pass as the 'reason' argument to reboot() when device owner requests a reboot on
464 * constant for shutdown reason being reboot.
959 * Reboot the device. Will not return if the reboot is successful.
967 public void reboot(String reason) { method in class:PowerManager
969 mService.reboot(fals
[all...]
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java776 * Allows the status bar to reboot the device.
779 public void reboot(boolean safeMode) { method in class:StatusBarManagerService
788 ShutdownThread.reboot(getUiContext(),
/frameworks/base/tools/bit/
H A Dmain.cpp83 bool reboot; member in struct:Options
94 reboot(false),
290 fprintf(out, " -n Don't reboot or restart\n");
291 fprintf(out, " -r If the runtime needs to be restarted, do a full reboot\n");
441 options->reboot = true;
666 // Sync the system partition and reboot
672 // If nothing changed and we weren't forced to sync, skip the reboot for speed.
696 if (options.reboot) {
699 err = run_adb("reboot", NULL);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java165 public void reboot(String reason) { method in class:DpmMockContext.PowerManagerForMock
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java561 public void reboot(boolean confirm); method in interface:WindowManagerPolicy.WindowManagerFuncs
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java3120 * reboot, erasing all device data - including all the secondary users and their data - while
3276 * undergoing a process of becoming encrypted. A device that must reboot and/or wipe data
3311 * it may trigger a reboot and in some cases a complete data wipe of the device.
3922 * persisted after a reboot.
7067 * Called by device owner to reboot the device. If there is an ongoing call on the device,
7074 public void reboot(@NonNull ComponentName admin) { method in class:DevicePolicyManager
7075 throwIfParentInstance("reboot");
7077 mService.reboot(admin);
7375 * Called by device owners to retrieve device logs from before the device's last reboot.
7387 * @return Device logs from before the latest reboot o
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3291 public void reboot(boolean confirm) { method in class:WindowManagerService
3293 ShutdownThread.reboot(ActivityThread.currentActivityThread().getSystemUiContext(),
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1687 mContext.getSystemService(PowerManager.class).reboot(reason);
3083 // before reboot
9886 public void reboot(ComponentName admin) { method in class:DevicePolicyManagerService

Completed in 6727 milliseconds