Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DPlanCreator.java127 Collection<TestIdentifier> excludedTests = in createDerivedPlan() local
129 excludedTests.removeAll(filteredTests); in createDerivedPlan()
131 derivedPlan.addExcludedTests(pkgId, excludedTests); in createDerivedPlan()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPlan.java75 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests); in addExcludedTests() argument
DTestPlan.java203 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests) { in addExcludedTests() argument
206 filter.getExcludedTests().addAll(excludedTests); in addExcludedTests()