Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java467 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError() method in ResultAggregator
556 addInvocationMetricRunError(String.join("\n\n", invocationFailures)); in forwardDetailedFailure()
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DResultAggregatorTest.java83 void addInvocationMetricRunError(String errors) { in addInvocationMetricRunError() method in ResultAggregatorTest.TestableResultAggregator