Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java138 HashMap<String, Metric> rawValues = getRawMetricsOnly(runMetrics); in testRunEnded()
191 HashMap<String, Metric> rawValues = getRawMetricsOnly(testMetrics); in testEnded()
254 private HashMap<String, Metric> getRawMetricsOnly(HashMap<String, Metric> runMetrics) { in getRawMetricsOnly() method in BasePostProcessor