Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountWithDataSet.java42 private static final String ARRAY_STRINGIFY_SEPARATOR = "\u0002"; field in AccountWithDataSet
47 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
201 sb.append(ARRAY_STRINGIFY_SEPARATOR); in stringifyList()