Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DAccountWithDataSetTest.java43 AccountWithDataSet a1r = AccountWithDataSet.unstringify(a1.stringify()); in testStringifyAndUnstringify()
44 AccountWithDataSet a2r = AccountWithDataSet.unstringify(a2.stringify()); in testStringifyAndUnstringify()
45 AccountWithDataSet a3r = AccountWithDataSet.unstringify(a3.stringify()); in testStringifyAndUnstringify()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java358 result.put(AttachmentColumns.URI, stringify(uri)); in toJSON()
363 result.put(AttachmentColumns.CONTENT_URI, stringify(contentUri)); in toJSON()
364 result.put(AttachmentColumns.THUMBNAIL_URI, stringify(thumbnailUri)); in toJSON()
365 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri)); in toJSON()
395 private static String stringify(Object object) { in stringify() method in Attachment
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/preference/
DContactsPreferencesTest.java142 .thenReturn(new AccountWithDataSet("name1", "type1", "dataset1").stringify(), in testRefreshDefaultAccount()
143 new AccountWithDataSet("name2", "type2", "dataset2").stringify()); in testRefreshDefaultAccount()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md205 You may also stringify a `Pointer` to a string or other output streams. This can be done by:
214 It can also stringify to URI fragment reprsentation by `StringifyUriFragment()`.
Dfeatures.md45 …tion (`rapidjson::GenericDocument`), for easy manipulation, and finally stringify back to JSON if …
Dinternals.md17 …does not depends on SAX as well. So, in addition to stringify a DOM to JSON, user may also stringi…
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountWithDataSet.java175 public String stringify() { in stringify() method in AccountWithDataSet
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorUtils.java138 editor.putString(mDefaultAccountKey, defaultAccount.stringify()); in saveDefaultAndAllAccounts()
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java567 mCameraCapabilities.getStringifier().stringify(
571 mCameraCapabilities.getStringifier().stringify(
1183 String flashModeString = stringifier.stringify(flashMode); in overrideCameraSettings()
1191 String focusModeString = stringifier.stringify(focusMode); in overrideCameraSettings()
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DContactsPreferences.java194 editor.putString(mDefaultAccountKey, accountWithDataSet.stringify()); in setDefaultAccount()
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md91 …to a document (DOM), make a simple modification of the DOM, and finally stringify the DOM to a JSO…