Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPlan.java67 public void addExcludedTest(String id, TestIdentifier testToExclude); in addExcludedTest() argument
DTestPlan.java190 public void addExcludedTest(String id, TestIdentifier testToExclude) { in addExcludedTest() argument
193 filter.addExcludedTest(testToExclude); in addExcludedTest()