Home
last modified time | relevance | path

Searched refs:TestSessionThread (Results 1 – 2 of 2) sorted by relevance

/cts/tools/host/src/com/android/cts/
DTestSession.java42 private TestSessionThread mTestThread;
205 mTestThread = new TestSessionThread(this, test); in start()
214 mTestThread = new TestSessionThread(this, pkg, testFullName); in start()
247 mTestThread = new TestSessionThread(this); in resume()
303 mTestThread = new TestSessionThread(this); in start()
359 class TestSessionThread extends Thread { class in TestSession
368 public TestSessionThread(final TestSession ts) { in TestSessionThread() method in TestSession.TestSessionThread
373 public TestSessionThread(final TestSession ts, final Test test) { in TestSessionThread() method in TestSession.TestSessionThread
379 public TestSessionThread(final TestSession ts, in TestSessionThread() method in TestSession.TestSessionThread
DTestPackage.java29 import com.android.cts.TestSession.TestSessionThread;
65 private TestSessionThread mTestThread;
794 public void setSessionThread(TestSessionThread thread) { in setSessionThread()