Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java20 private static final String METRIC_SEPARATOR = ","; field in MetricUtility
43 new StringBuilder().append(metric) : value.append(METRIC_SEPARATOR).append(metric)); in addMetric()