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

/frameworks/base/core/java/android/app/
H A DActivityThread.java166 public final class ActivityThread { class
168 public static final String TAG = "ActivityThread";
228 /** Reference to singleton {@link ActivityThread} */
229 private static volatile ActivityThread sCurrentActivityThread;
247 // ActivityThread to do things like update resource configurations,
665 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
678 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
698 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
1730 // convert the *private* ActivityThread.PackageInfo to *public* known
1802 public static ActivityThread currentActivityThrea
2018 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 59 milliseconds