Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java232 forwardLogAssociation(getNonAssociatedLogFiles(), mMainListener); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java563 public Map<String, LogFile> getNonAssociatedLogFiles() { in getNonAssociatedLogFiles() method in CollectingTestListener
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java155 for (Entry<String, LogFile> invocLog : getNonAssociatedLogFiles().entrySet()) { in forwardAggregatedInvocationLogs()