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

/frameworks/base/core/java/android/app/
H A DActivityThread.java150 public final class ActivityThread { class
152 public static final String TAG = "ActivityThread";
202 /** Reference to singleton {@link ActivityThread} */
203 private static ActivityThread sCurrentActivityThread;
220 // ActivityThread to do things like update resource configurations,
1566 // convert the *private* ActivityThread.PackageInfo to *public* known
1638 public static ActivityThread currentActivityThread() {
1647 ActivityThread am = currentActivityThread();
1653 ActivityThread am = currentActivityThread();
1659 ActivityThread a
1851 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 1941 milliseconds