Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java76 public Test findTest(List<String> suiteNames, String testClassName, String testName, in findTest() argument
78 if (suiteNames.size() <= 0) { in findTest()
83 String rootName = suiteNames.remove(0); in findTest()
85 return suite.findTest(suiteNames, testClassName, testName, insertIfMissing); in findTest()
DTestPackageResult.java222 Deque<String> suiteNames = new LinkedList<String>(); in getTestsWithStatus() local
223 mSuiteRoot.addTestsWithStatus(tests, suiteNames, resultFilter); in getTestsWithStatus()