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.java131 List<String> rawValues = measures.stream() in getAggregatedStoredTestMetrics() local
147 if (rawValues.isEmpty()) { in getAggregatedStoredTestMetrics()
150 if (isAllDoubleValues(rawValues)) { in getAggregatedStoredTestMetrics()
151 buildStats(metricKey, rawValues, aggregateMetrics); in getAggregatedStoredTestMetrics()
180 public static boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues() argument
181 return rawValues in isAllDoubleValues()