Home
last modified time | relevance | path

Searched defs:excludedList (Results 1 – 7 of 7) sorted by relevance

/cts/tools/host/src/com/android/cts/
DTestSessionBuilder.java157 ArrayList<String> excludedList = null; in loadPackages() local
195 public TestPackage loadPackage(final File packageConfigFile, ArrayList<String> excludedList) in loadPackage()
208 public TestPackage loadPackage(final Node pkgNode, ArrayList<String> excludedList) in loadPackage()
300 private ArrayList<String> getExcludedList(ArrayList<String> excludedList, String expectation) { in getExcludedList()
362 ArrayList<String> excludedList = getExcludedList(excludedCaseList, in loadSuite() local
576 String excludedList = ""; in serialize() local
DTestCase.java108 ArrayList<String> excludedList = new ArrayList<String>(); in getExcludedList() local
DTestSuite.java170 ArrayList<String> excludedList = new ArrayList<String>(); in getExcludedList() local
DTestPackage.java445 ArrayList<String> excludedList = new ArrayList<String>(); in getExcludedList() local
DConsoleUi.java982 ArrayList<String> excludedList = pkg.getExcludedList(resultType); in createPlanFromSession() local
/cts/tools/host/test/com/android/cts/
DTestSessionBuilderTests.java432 final String excludedList = "com.google.TestSuiteName"; in testExcludingFromXmlFile() local
519 final String excludedList = "com.google.TestSuiteName"; in testExcludingEmbeddedSuite() local
601 final String excludedList = "com.google"; in testExcludingTopSuite() local
669 final String excludedList = "com.google.TestCaseName"; in testExcludingTestCase() local
750 final String excludedList = "com.google.TestCaseName;com.google.CtsTestHello"; in testExcludingAllTestCases() local
818 final String excludedList = "com.google.CtsTestHello#testHello2"; in testExcludingTest() local
892 final String excludedList = in testExcludingAllTests() local
990 String excludedList = suiteName1 + "." + caseName1 + TestPlan.EXCLUDE_SEPARATOR; in testCreatePlanWithExcludedList() local
1084 String excludedList = suiteName1 + "." + caseName1 + TestPlan.EXCLUDE_SEPARATOR; in testCreatePlanWithExcludedListForNestedSuite() local
DTestPlanBuilderTests.java176 ArrayList<String> excludedList = results.get(appPackageName); in testPlanBuilder() local
259 ArrayList<String> excludedList = null; in testGetExcludedList() local