HomeSort by relevance Sort by last modified time
    Searched refs:unstringify (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountWithDataSetTest.java 42 // stringify() & unstringify
43 AccountWithDataSet a1r = AccountWithDataSet.unstringify(a1.stringify());
44 AccountWithDataSet a2r = AccountWithDataSet.unstringify(a2.stringify());
45 AccountWithDataSet a3r = AccountWithDataSet.unstringify(a3.stringify());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 155 public static AccountWithDataSet unstringify(String s) { method in class:AccountWithDataSet
194 ret.add(unstringify(array[i])); method
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 152 return AccountWithDataSet.unstringify(saved);
155 // unstringify()can throw an exception if the string is not in an expected format.

Completed in 24 milliseconds