Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountWithDataSet.java44 private static final Pattern STRINGIFY_SEPARATOR_PAT = field in AccountWithDataSet
185 final String[] array = STRINGIFY_SEPARATOR_PAT.split(s, 3); in unstringify()