Home
last modified time | relevance | path

Searched refs:aThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DTraceTest.java88 Thread t1 = new aThread(); in topMethod()
90 Thread t2 = new aThread(); in topMethod()
92 Thread t3 = new aThread(); in topMethod()
102 private class aThread extends Thread { class in TraceTest
/frameworks/base/core/java/android/app/
DInstrumentation.java1029 ActivityThread aThread = null; in newActivity() local
1030 activity.attach(context, aThread, this, token, application, intent, in newActivity()
DActivity.java4951 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, in attach() argument
4955 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id, in attach()
4959 final void attach(Context context, ActivityThread aThread, in attach() argument
4980 mMainThread = aThread; in attach()