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

/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebData.java92 testType = type;
106 testType = type;
152 public String testType; field in class:Support_TestWebData
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DInetAddressTest.java75 private int testType; field in class:InetAddressTest.threadsafeTestThread
93 testType = type;
106 if (someoneDone[testType]) {
125 threadedTestErrorString = (testType == 0 ? "gethostbyname"
135 threadedTestErrorString = (testType == 0 ? "gethostbyname"
144 someoneDone[testType] = true;

Completed in 324 milliseconds