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

/frameworks/base/core/java/android/app/
H A DActivityThread.java141 public final class ActivityThread { class
143 public static final String TAG = "ActivityThread";
190 static final ThreadLocal<ActivityThread> sThreadLocal = new ThreadLocal<ActivityThread>();
204 // ActivityThread to do things like update resource configurations,
1438 // convert the *private* ActivityThread.PackageInfo to *public* known
1566 public static ActivityThread currentActivityThread() {
1571 ActivityThread am = currentActivityThread();
1577 ActivityThread am = currentActivityThread();
1863 ActivityThread() { method in class:ActivityThread
[all...]

Completed in 254 milliseconds