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

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountWithDataSet.java44 private static final String STRINGIFY_SEPARATOR = "\u0001"; field in class:AccountWithDataSet
48 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
179 sb.append(STRINGIFY_SEPARATOR);
181 sb.append(STRINGIFY_SEPARATOR);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountWithDataSet.java48 private static final String STRINGIFY_SEPARATOR = "\u0001"; field in class:AccountWithDataSet
51 Pattern.compile(Pattern.quote(STRINGIFY_SEPARATOR));
87 sb.append(STRINGIFY_SEPARATOR);
91 sb.append(STRINGIFY_SEPARATOR);

Completed in 117 milliseconds