Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java27 public static final String METRIC_SEPARATOR = ","; field in MetricUtility
51 new StringBuilder().append(metric) : value.append(METRIC_SEPARATOR).append(metric)); in addMetric()
66 (value == null ? new StringBuilder() : value.append(METRIC_SEPARATOR)) in addMetric()
100 String[] values = value.split(METRIC_SEPARATOR); in getMetricDoubles()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DUiInteractionFrameInfoListener.java95 String[] tokens = value.split(MetricUtility.METRIC_SEPARATOR);