Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationTest.java1059 CollectingTestListener testTracker = new CollectingTestListener(); in runWithRerun() local
1063 new InstrumentationListener(getDevice(), expectedTests, listener, testTracker); in runWithRerun()
1071 TestRunResult testRun = testTracker.getCurrentRunResults(); in runWithRerun()
1076 expectedTests.removeAll(excludeNonExecuted(testTracker.getCurrentRunResults())); in runWithRerun()
DInstrumentationFileTest.java200 CollectingTestListener testTracker = new CollectingTestListener(); in runTests() local
202 runner.run(testInfo, new FilteredResultForwarder(mTests, listener, testTracker)); in runTests()
206 InstrumentationTest.excludeNonExecuted(testTracker.getCurrentRunResults()); in runTests()