Home
last modified time | relevance | path

Searched defs:addExcludedTests (Results 1 – 2 of 2) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPlan.java75 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests); in addExcludedTests() method
DTestPlan.java203 public void addExcludedTests(String id, Collection<TestIdentifier> excludedTests) { in addExcludedTests() method in TestPlan