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

/frameworks/base/core/java/android/app/
H A DActivityThread.java176 public final class ActivityThread { class
178 public static final String TAG = "ActivityThread";
255 /** Reference to singleton {@link ActivityThread} */
256 private static volatile ActivityThread sCurrentActivityThread;
274 // ActivityThread to do things like update resource configurations,
707 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this
720 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this
740 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this
1902 public static ActivityThread currentActivityThread() {
1911 ActivityThread a
2118 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 1992 milliseconds