Home | History | Annotate | Download | only in app

Lines Matching defs:ActivityThread

164 public final class ActivityThread {
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 currentActivityThread() {
1791 ActivityThread am = currentActivityThread();
1797 ActivityThread am = currentActivityThread();
1803 ActivityThread am = currentActivityThread();
1809 ActivityThread am = currentActivityThread();
1998 ActivityThread() {
2515 // System.out.println("##### [" + System.currentTimeMillis() + "] ActivityThread.performLaunchActivity(" + r + ")");
4333 if (DEBUG_ORDER) Slog.d(TAG, "relaunchActivity " + ActivityThread.this + ", target "
5980 public static ActivityThread systemMain() {
5989 ActivityThread thread = new ActivityThread();
6063 ActivityThread thread = new ActivityThread();
6072 LogPrinter(Log.DEBUG, "ActivityThread"));