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

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java62 public final class ShutdownThread extends Thread { class in inherits:Thread
64 private static final String TAG = "ShutdownThread";
98 private static final ShutdownThread sInstance = new ShutdownThread();
116 private ShutdownThread() { method in class:ShutdownThread
137 // ShutdownThread is called from many places, so best to verify here that the context passed

Completed in 49 milliseconds