Searched refs:ShutdownThread (Results 1 – 5 of 5) sorted by relevance
51 public final class ShutdownThread extends Thread { class78 private static final ShutdownThread sInstance = new ShutdownThread();90 private ShutdownThread() { in ShutdownThread() method in ShutdownThread
1936 ShutdownThread.shutdown(mContext, confirm); in shutdownOrRebootInternal()1938 ShutdownThread.reboot(mContext, reason, confirm); in shutdownOrRebootInternal()
29 import com.android.server.power.ShutdownThread;
66 import com.android.server.power.ShutdownThread;107 ShutdownThread.SHUTDOWN_ACTION_PROPERTY, ""); in initAndLoop()118 ShutdownThread.rebootOrShutdown(reboot, reason); in initAndLoop()
45 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()