Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountWithDataSet.java41 private static final String STRINGIFY_SEPARATOR = "\u0001"; field in AccountWithDataSet
45 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
164 sb.append(STRINGIFY_SEPARATOR); in addStringified()
166 sb.append(STRINGIFY_SEPARATOR); in addStringified()