Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java144 && !getModuleContextForRunResult(runResult.getName()) in invocationEnded()
150 && getModuleContextForRunResult(runResult.getName()) != null) { in invocationEnded()
151 moduleContext = getModuleContextForRunResult(runResult.getName()); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java266 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()
292 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()
302 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()
/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java507 public IInvocationContext getModuleContextForRunResult(String testRunName) { in getModuleContextForRunResult() method in CollectingTestListener