Home
last modified time | relevance | path

Searched defs: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
180 public static boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues()