Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java110 if (MetricUtility.isAllDoubleValues(rawValues)) { in processTestMetricsAndLogs()
127 if (MetricUtility.isAllDoubleValues(splitVals)) { in processRunMetricsAndLogs()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java163 if (isAllDoubleValues(splitVals)) { in aggregateMetrics()
206 if (isAllDoubleValues(rawValues)) { in aggregateStoredTestMetricsAndWriteToFile()
241 public static boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues() method in MetricUtility