Searched refs:ShutdownThread (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java53 public final class ShutdownThread extends Thread { class in inherits:Thread
55 private static final String TAG = "ShutdownThread";
80 private static final ShutdownThread sInstance = new ShutdownThread();
97 private ShutdownThread() { method in class:ShutdownThread
H A DPowerManagerService.java2136 ShutdownThread.shutdown(mContext, confirm);
2138 ShutdownThread.reboot(mContext, reason, confirm);
2144 // ShutdownThread must run on a looper capable of displaying the UI.
2269 * to be clean. Most people should use {@link ShutdownThread} for a clean shutdown.
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java87 import com.android.server.power.ShutdownThread;
280 ShutdownThread.SHUTDOWN_ACTION_PROPERTY, "");
291 ShutdownThread.rebootOrShutdown(reboot, reason);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java47 import com.android.server.power.ShutdownThread;
5526 ShutdownThread.shutdown(mContext, confirm);
5532 ShutdownThread.rebootSafeMode(mContext, confirm);
7397 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0) {
7399 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, "");

Completed in 127 milliseconds