Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java42 private static final String CSV_SEPARATOR = ","; field in GenericExecutableCollectorHelper
141 String[] headers = lines[0].split(CSV_SEPARATOR); in execAndGetResults()
143 String[] l = lines[row].split(CSV_SEPARATOR); in execAndGetResults()