Home
last modified time | relevance | path

Searched refs:mProtoMetrics (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResult.java36 private HashMap<String, Metric> mProtoMetrics; field in TestResult
47 mProtoMetrics = new HashMap<>(); in TestResult()
70 return mProtoMetrics; in getProtoMetrics()
80 mProtoMetrics = metrics; in setProtoMetrics()
187 mergedResult.mProtoMetrics.putAll(attempt.getProtoMetrics()); in merge()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java212 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics
239 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()