Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java89 Thread t1 = new aThread(); in topMethod()
91 Thread t2 = new aThread(); in topMethod()
93 Thread t3 = new aThread(); in topMethod()
103 private class aThread extends Thread { class in TraceTest
/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java1253 ActivityThread aThread = null; in newActivity() local
1258 activity.attach(context, aThread, this, token, 0 /* ident */, application, intent, in newActivity()
H A DActivity.java7938 final void attach(Context context, ActivityThread aThread,
7963 mMainThread = aThread;