OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addExcludedTests
(Results
1 - 3
of
3
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPlan.java
69
public void
addExcludedTests
(String uri, Collection<TestIdentifier> excludedTests);
TestPlan.java
159
public void
addExcludedTests
(String uri, Collection<TestIdentifier> excludedTests) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
128
derivedPlan.
addExcludedTests
(pkgUri, excludedTests);
Completed in 61 milliseconds