Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountWithDataSet.java46 private static final Pattern ARRAY_STRINGIFY_SEPARATOR_PAT = field in AccountWithDataSet
220 final String[] array = ARRAY_STRINGIFY_SEPARATOR_PAT.split(s); in unstringifyList()