Searched refs:stringify (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DAccountWithDataSetTest.java42 // 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/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java355 result.put(AttachmentColumns.URI, stringify(uri));
360 result.put(AttachmentColumns.CONTENT_URI, stringify(contentUri));
361 result.put(AttachmentColumns.THUMBNAIL_URI, stringify(thumbnailUri));
362 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri));
392 private static String stringify(Object object) { method in class:Attachment
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorUtils.java132 editor.putString(KEY_DEFAULT_ACCOUNT, defaultAccount.stringify());
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountWithDataSet.java146 public String stringify() { method in class:AccountWithDataSet
151 * Unpack a string created by {@link #stringify}.

Completed in 161 milliseconds