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

/frameworks/base/core/java/android/app/
H A DActivityThread.java151 public final class ActivityThread { class
153 public static final String TAG = "ActivityThread";
205 /** Reference to singleton {@link ActivityThread} */
206 private static ActivityThread sCurrentActivityThread;
223 // ActivityThread to do things like update resource configurations,
1525 // convert the *private* ActivityThread.PackageInfo to *public* known
1597 public static ActivityThread currentActivityThread() {
1602 ActivityThread am = currentActivityThread();
1608 ActivityThread am = currentActivityThread();
1614 ActivityThread a
1788 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 942 milliseconds