Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLayoutTestsAutoTest.java153 private Vector<Boolean> mTestListIgnoreResult; field in LayoutTestsAutoTest
176mTestListIgnoreResult.add(components.length > 1 && components[1].equals("IGNORE_RESULT")); in getTestList()
195mTestListIgnoreResult = new Vector<Boolean>(mTestListIgnoreResult.subList(i+1, mTestListIgnoreResu… in resumeTestList()
378 this.mTestListIgnoreResult = new Vector<Boolean>(); in executeLayoutTests()
406 boolean ignoreResult = mTestListIgnoreResult.elementAt(i); in executeLayoutTests()