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