OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unstringifyList
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountWithDataSetTest.java
92
return AccountWithDataSet.
unstringifyList
(AccountWithDataSet.stringifyList(list));
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java
184
return AccountWithDataSet.
unstringifyList
(saved);
187
//
unstringifyList
()can throw an exception if the string is not in an expected format.
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java
185
public static List<AccountWithDataSet>
unstringifyList
(String s) {
Completed in 74 milliseconds