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

/frameworks/base/core/java/android/app/
H A DActivityThread.java165 public final class ActivityThread { class
167 public static final String TAG = "ActivityThread";
227 /** Reference to singleton {@link ActivityThread} */
228 private static volatile ActivityThread sCurrentActivityThread;
246 // ActivityThread to do things like update resource configurations,
664 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
677 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
697 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
1729 // convert the *private* ActivityThread.PackageInfo to *public* known
1801 public static ActivityThread currentActivityThrea
2017 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 60 milliseconds