Searched refs:mProtoMetrics (Results 1 – 2 of 2) sorted by relevance
36 private HashMap<String, Metric> mProtoMetrics; field in TestResult47 mProtoMetrics = new HashMap<>(); in TestResult()70 return mProtoMetrics; in getProtoMetrics()80 mProtoMetrics = metrics; in setProtoMetrics()187 mergedResult.mProtoMetrics.putAll(attempt.getProtoMetrics()); in merge()
212 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics239 mProtoMetrics.put(key, metric); in addTestMetric()245 mProtoMetrics = new HashMap<>(); in before()253 mProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(mMetrics)); in after()256 "METRICS", "METRICS", new MetricAnnotation(mProtoMetrics))); in after()