Searched refs:mProtoMetrics (Results 1 – 2 of 2) sorted by relevance
39 private HashMap<String, Metric> mProtoMetrics; field in TestResult50 mProtoMetrics = new HashMap<>(); in TestResult()84 return mProtoMetrics; in getProtoMetrics()94 mProtoMetrics = metrics; in setProtoMetrics()177 mProtoMetrics.put( in markFlaky()212 mergedResult.mProtoMetrics.putAll(attempt.getProtoMetrics()); in merge()
214 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics241 mProtoMetrics.put(key, metric); in addTestMetric()247 mProtoMetrics = new HashMap<>(); in before()255 mProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(mMetrics)); in after()258 "METRICS", "METRICS", new MetricAnnotation(mProtoMetrics))); in after()