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

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java61 public final class ShutdownThread extends Thread { class in inherits:Thread
63 private static final String TAG = "ShutdownThread";
100 private static final ShutdownThread sInstance = new ShutdownThread();
118 private ShutdownThread() { method in class:ShutdownThread
H A DPowerManagerService.java2272 ShutdownThread.shutdown(mContext, confirm);
2274 ShutdownThread.reboot(mContext, reason, confirm);
2280 // ShutdownThread must run on a looper capable of displaying the UI.
2548 * to be clean. Most people should use {@link ShutdownThread} for a clean shutdown.
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java80 import com.android.server.power.ShutdownThread;
294 ShutdownThread.SHUTDOWN_ACTION_PROPERTY, "");
305 ShutdownThread.rebootOrShutdown(null, reboot, reason);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java132 import com.android.server.power.ShutdownThread;
5666 ShutdownThread.shutdown(mContext, confirm);
5672 ShutdownThread.rebootSafeMode(mContext, confirm);
7627 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0) {
7629 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, "");

Completed in 154 milliseconds