Searched refs:mRunProtoMetrics (Results 1 – 1 of 1) sorted by relevance
46 private HashMap<String, Metric> mRunProtoMetrics = new HashMap<>(); field in TestRunResult90 return mRunProtoMetrics; in getRunProtoMetrics()270 mRunProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(runMetrics)); in testRunEnded()282 mRunProtoMetrics.putAll(runMetrics); in testRunEnded()430 finalRunResult.mRunProtoMetrics = finalRunProtoMetrics; in merge()