Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java1076 expectedTests.removeAll(excludeNonExecuted(testTracker.getCurrentRunResults())); in runWithRerun()
1091 protected static Set<TestDescription> excludeNonExecuted(TestRunResult results) { in excludeNonExecuted() method in InstrumentationTest
DInstrumentationFileTest.java206 InstrumentationTest.excludeNonExecuted(testTracker.getCurrentRunResults()); in runTests()