Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java78 ArrayListMultimap<String, Metric> storedMetricsForThisTest = in processTestMetricsAndLogs() local
81 storedMetricsForThisTest.put(entry.getKey(), entry.getValue()); in processTestMetricsAndLogs()
85 for (String metricKey : storedMetricsForThisTest.keySet()) { in processTestMetricsAndLogs()
86 List<Metric> metrics = storedMetricsForThisTest.get(metricKey); in processTestMetricsAndLogs()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java104 ArrayListMultimap<String, Metric> storedMetricsForThisTest = mStoredTestMetrics in storeTestMetrics() local
107 storedMetricsForThisTest.put(entry.getKey(), entry.getValue()); in storeTestMetrics()