OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSessionThread
(Results
1 - 2
of
2
) sorted by null
/cts/tools/host/src/com/android/cts/
TestSession.java
42
private
TestSessionThread
mTestThread;
205
mTestThread = new
TestSessionThread
(this, test);
214
mTestThread = new
TestSessionThread
(this, pkg, testFullName);
247
mTestThread = new
TestSessionThread
(this);
303
mTestThread = new
TestSessionThread
(this);
359
class
TestSessionThread
extends Thread {
368
public
TestSessionThread
(final TestSession ts) {
373
public
TestSessionThread
(final TestSession ts, final Test test) {
379
public
TestSessionThread
(final TestSession ts,
TestPackage.java
19
import com.android.cts.TestSession.
TestSessionThread
;
70
private
TestSessionThread
mTestThread;
801
public void setSessionThread(
TestSessionThread
thread) {
[
all
...]
Completed in 37 milliseconds