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.java163 Thread t1 = new aThread(); in topMethod()
165 Thread t2 = new aThread(); in topMethod()
167 Thread t3 = new aThread(); in topMethod()
177 private class aThread extends Thread { class in TraceTest
/frameworks/base/core/java/android/app/
DInstrumentation.java1416 ActivityThread aThread = null; in newActivity() local
1421 activity.attach(context, aThread, this, token, 0 /* ident */, application, intent, in newActivity()
DActivity.java8860 final void attach(Context context, ActivityThread aThread,
8868 attach(context, aThread, instr, token, ident, application, intent, info, title, parent, id,
8873 final void attach(Context context, ActivityThread aThread,
8905 mMainThread = aThread;