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

/frameworks/base/core/java/android/app/
H A DActivityThread.java164 public final class ActivityThread { class
166 public static final String TAG = "ActivityThread";
226 /** Reference to singleton {@link ActivityThread} */
227 private static volatile ActivityThread sCurrentActivityThread;
244 // ActivityThread to do things like update resource configurations,
660 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
673 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
693 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
1710 // convert the *private* ActivityThread.PackageInfo to *public* known
1782 public static ActivityThread currentActivityThrea
1998 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 15 milliseconds