Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java156 JSONObject allTestMetrics = new JSONObject(); in convertMetricsToJson() local
173 allTestMetrics.put(reportingUnit, runResultMetrics); in convertMetricsToJson()
194 allTestMetrics.put(reportingUnit, testResultMetrics); in convertMetricsToJson()
209 result.put(KEY_METRICS, allTestMetrics); in convertMetricsToJson()
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DBasePostProcessorTest.java85 ListMultimap<String, Metric> allTestMetrics) { in processAllTestMetrics() argument
87 for (String key : allTestMetrics.keySet()) { in processAllTestMetrics()
89 List<Metric> metrics = allTestMetrics.get(key); in processAllTestMetrics()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DIPostProcessor.java71 ListMultimap<String, Metric> allTestMetrics); in processAllTestMetrics() argument
DBasePostProcessor.java68 ListMultimap<String, Metric> allTestMetrics) { in processAllTestMetrics() argument