Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java103 Thread t1 = new aThread(); in topMethod()
105 Thread t2 = new aThread(); in topMethod()
107 Thread t3 = new aThread(); in topMethod()
117 private class aThread extends Thread { class in TraceTest
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java1346 ActivityThread aThread = null; in newActivity() local
1351 activity.attach(context, aThread, this, token, 0 /* ident */, application, intent, in newActivity()
H A DActivity.java8504 final void attach(Context context, ActivityThread aThread,
8530 mMainThread = aThread;