Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountWithDataSet.java49 private static final String ARRAY_STRINGIFY_SEPARATOR = "\u0002"; field in AccountWithDataSet
53 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
119 sb.append(ARRAY_STRINGIFY_SEPARATOR); in stringifyList()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountWithDataSet.java44 private static final String ARRAY_STRINGIFY_SEPARATOR = "\u0002"; field in AccountWithDataSet
49 Pattern.compile(Pattern.quote(ARRAY_STRINGIFY_SEPARATOR));
238 sb.append(ARRAY_STRINGIFY_SEPARATOR); in stringifyList()