Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResultListener.java75 mCurrentResult.setMetrics(testMetrics); in testEnded()
88 mCurrentResult.setMetrics(testMetrics); in testEnded()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java88 public void setMetrics(Map<String, String> metrics) { in setMetrics() method in TestResult
DTestRunResult.java327 result.setMetrics(TfMetricProtoUtil.compatibleConvert(testMetrics)); in testEnded()