Searched defs:testType (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DInetAddressThreadTest.java44 private int testType; field in class:InetAddressThreadTest.threadsafeTestThread
62 testType = type;
75 if (someoneDone[testType]) {
94 threadedTestErrorString = (testType == 0 ? "gethostbyname"
104 threadedTestErrorString = (testType == 0 ? "gethostbyname"
113 someoneDone[testType] = true;
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebData.java100 testType = type;
114 testType = type;
160 public String testType; field in class:Support_TestWebData

Completed in 59 milliseconds