Searched refs:stringify (Results 1 – 11 of 11) sorted by relevance
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | AccountWithDataSetTest.java | 43 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/ |
D | Attachment.java | 358 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/ |
D | ContactsPreferencesTest.java | 142 .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/ |
D | pointer.md | 205 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()`.
|
D | features.md | 45 …tion (`rapidjson::GenericDocument`), for easy manipulation, and finally stringify back to JSON if …
|
D | internals.md | 17 …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/ |
D | AccountWithDataSet.java | 175 public String stringify() { in stringify() method in AccountWithDataSet
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorUtils.java | 138 editor.putString(mDefaultAccountKey, defaultAccount.stringify()); in saveDefaultAndAllAccounts()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PhotoModule.java | 567 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/ |
D | ContactsPreferences.java | 194 editor.putString(mDefaultAccountKey, accountWithDataSet.stringify()); in setDefaultAccount()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 91 …to a document (DOM), make a simple modification of the DOM, and finally stringify the DOM to a JSO…
|