HomeSort by relevance Sort by last modified time
    Searched defs:ShutdownThread (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownThread.java 25 public final class ShutdownThread extends Thread {
30 public ShutdownThread() {
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 44 public final class ShutdownThread extends Thread {
46 private static final String TAG = "ShutdownThread";
64 private static final ShutdownThread sInstance = new ShutdownThread();
73 private ShutdownThread() {

Completed in 150 milliseconds