Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java39 private HashMap<String, Metric> mProtoMetrics; field in TestResult
50 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()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java214 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics
241 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()