Searched refs:ARRAY_STRINGIFY_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
42 private static final String ARRAY_STRINGIFY_SEPARATOR = "\u0002"; field in AccountWithDataSet47 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));201 sb.append(ARRAY_STRINGIFY_SEPARATOR); in stringifyList()