Home
last modified time | relevance | path

Searched refs:ShutdownThread (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
DShutdownThread.java51 public final class ShutdownThread extends Thread { class
78 private static final ShutdownThread sInstance = new ShutdownThread();
90 private ShutdownThread() { in ShutdownThread() method in ShutdownThread
DPowerManagerService.java1936 ShutdownThread.shutdown(mContext, confirm); in shutdownOrRebootInternal()
1938 ShutdownThread.reboot(mContext, reason, confirm); in shutdownOrRebootInternal()
/frameworks/base/services/java/com/android/server/
DShutdownActivity.java29 import com.android.server.power.ShutdownThread;
DSystemServer.java66 import com.android.server.power.ShutdownThread;
107 ShutdownThread.SHUTDOWN_ACTION_PROPERTY, ""); in initAndLoop()
118 ShutdownThread.rebootOrShutdown(reboot, reason); in initAndLoop()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java45 import com.android.server.power.ShutdownThread;
5189 ShutdownThread.shutdown(mContext, confirm); in shutdown()
5195 ShutdownThread.rebootSafeMode(mContext, confirm); in rebootSafeMode()
6966 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0) { in detectSafeMode()
6968 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, ""); in detectSafeMode()