Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java491 HashMap<String, Metric> finalRunProtoMetrics = new HashMap<>(); in merge() local
542 finalRunProtoMetrics.putAll(eachRunResult.getRunProtoMetrics()); in merge()
573 finalRunResult.mRunProtoMetrics = finalRunProtoMetrics; in merge()