Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestRunResult.java50 private HashMap<String, Metric> mRunProtoMetrics = new HashMap<>(); field in TestRunResult
96 return mRunProtoMetrics; in getRunProtoMetrics()
317 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()
329 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()
507 finalRunResult.mRunProtoMetrics = finalRunProtoMetrics; in merge()