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.java168 HashMap<String, Metric> rawValues = getRawMetricsOnly(runMetrics); in testRunEnded()
239 HashMap<String, Metric> rawValues = getRawMetricsOnly(testMetrics); in testEnded()
329 private HashMap<String, Metric> getRawMetricsOnly(HashMap<String, Metric> runMetrics) { in getRawMetricsOnly() method in BasePostProcessor