Home
last modified time | relevance | path

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

/test/catbox/report/src/com/android/catbox/util/
DTestMetricsUtil.java133 List<String> rawValues = measures.stream() in getAggregatedStoredTestMetrics() local
149 if (rawValues.isEmpty()) { in getAggregatedStoredTestMetrics()
152 if (isAllDoubleValues(rawValues)) { in getAggregatedStoredTestMetrics()
153 buildStats(metricKey, rawValues, aggregateMetrics); in getAggregatedStoredTestMetrics()
182 public static boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues() argument
183 return rawValues in isAllDoubleValues()