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.java32 private HashMap<String, Metric> mProtoMetrics; field in TestResult
42 mProtoMetrics = new HashMap<>(); in TestResult()
65 return mProtoMetrics; in getProtoMetrics()
75 mProtoMetrics = metrics; in setProtoMetrics()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java158 private HashMap<String, Metric> mProtoMetrics = new HashMap<>(); field in DeviceJUnit4ClassRunner.TestMetrics
185 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()