Home
last modified time | relevance | path

Searched refs:setProtoMetrics (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestResultListener.java81 mCurrentResult.setProtoMetrics(testMetrics); in testEnded()
95 mCurrentResult.setProtoMetrics(testMetrics); in testEnded()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java93 public void setProtoMetrics(HashMap<String, Metric> metrics) { in setProtoMetrics() method in TestResult
DTestRunResult.java328 result.setProtoMetrics(testMetrics); in testEnded()