Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DAggregatePostProcessorTest.java47 private static final String STATS_KEY_TOTAL = "total"; field in AggregatePostProcessorTest
76 singularDoubleStats.put(STATS_KEY_TOTAL, "6.00"); in testSingularDoubleMetric()
156 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_TOTAL))); in testSingularDoubleMetric()
158 singularDoubleStats.get(STATS_KEY_TOTAL), in testSingularDoubleMetric()
160 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_TOTAL)) in testSingularDoubleMetric()
190 listDoubleStats.put(STATS_KEY_TOTAL, "12.10"); in testListDoubleMetric()
266 listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_TOTAL)); in testListDoubleMetric()
268 listDoubleStats.get(STATS_KEY_TOTAL), in testListDoubleMetric()
270 .get(listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_TOTAL) in testListDoubleMetric()
328 String.join(STATS_KEY_SEPARATOR, nonNumericKey, STATS_KEY_TOTAL))); in testNonNumericMetric()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java61 private static final String STATS_KEY_TOTAL = "total"; field in MetricUtility
290 stats.put(STATS_KEY_TOTAL, sum);