Searched refs:mRunProtoMetrics (Results 1 – 1 of 1) sorted by relevance
50 private HashMap<String, Metric> mRunProtoMetrics = new HashMap<>(); field in TestRunResult97 return mRunProtoMetrics; in getRunProtoMetrics()376 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()388 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()573 finalRunResult.mRunProtoMetrics = finalRunProtoMetrics; in merge()