Searched refs:mTestList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java151 private Vector<String> mTestList; field in class:LayoutTestsAutoTest
152 // Whether we should ignore the result for the corresponding test. Ordered same as mTestList.
175 mTestList.add(components[0]);
181 Log.v(LOGTAG, "Test list has " + mTestList.size() + " test(s).");
185 mTestCount = mTestList.size();
192 for (int i = 0; i < mTestList.size(); i++) {
193 if (mTestList.elementAt(i).equals(line)) {
194 mTestList = new Vector<String>(mTestList.subList(i+1, mTestList
[all...]

Completed in 23 milliseconds