Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java560 List<IRemoteTest> remainingTests = new ArrayList<>(config.getTests()); in runTests() local
562 new UnexecutedTestReporterThread(listener, remainingTests); in runTests()
596 remainingTests.remove(test); in runTests()
604 remainingTests.remove(test); in runTests()