Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java50 private HashMap<String, Metric> mRunProtoMetrics = new HashMap<>(); field in TestRunResult
97 return mRunProtoMetrics; in getRunProtoMetrics()
376 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()
388 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()
573 finalRunResult.mRunProtoMetrics = finalRunProtoMetrics; in merge()