Searched refs:mProtoMetrics (Results 1 – 2 of 2) sorted by relevance
32 private HashMap<String, Metric> mProtoMetrics; field in TestResult42 mProtoMetrics = new HashMap<>(); in TestResult()65 return mProtoMetrics; in getProtoMetrics()75 mProtoMetrics = metrics; in setProtoMetrics()
158 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics185 mProtoMetrics.put(key, metric); in addTestMetric()191 mProtoMetrics = new HashMap<>(); in before()199 mProtoMetrics.putAll(TfMetricProtoUtil.upgradeConvert(mMetrics)); in after()202 "METRICS", "METRICS", new MetricAnnotation(mProtoMetrics))); in after()