Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java30 private static final DecimalFormat DOUBLE_FORMAT = new DecimalFormat("#0.000001"); field in MetricUtility
67 .append(DOUBLE_FORMAT.format(metric))); in addMetric()
103 result.add(DOUBLE_FORMAT.parse(values[i]).doubleValue()); in getMetricDoubles()