Searched refs:stringify (Results 1 – 13 of 13) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | AccountWithDataSetTest.java | 44 AccountWithDataSet a1r = AccountWithDataSet.unstringify(a1.stringify()); in testStringifyAndUnstringify() 45 AccountWithDataSet a2r = AccountWithDataSet.unstringify(a2.stringify()); in testStringifyAndUnstringify() 46 AccountWithDataSet a3r = AccountWithDataSet.unstringify(a3.stringify()); in testStringifyAndUnstringify() 63 final String stringified = AccountWithDataSet.getNullAccount().stringify(); in testStringifyAndUnstringifyLocalAccount()
|
D | AccountTypeManagerTest.java | 138 return new AccountWithDataSet(name, type, /* dataSet */ null).stringify(); in getDefaultAccountPreference()
|
/packages/apps/Contacts/tests/src/com/android/contacts/preference/ |
D | ContactsPreferencesTest.java | 188 .thenReturn(new AccountWithDataSet("name1", "type1", "dataset1").stringify(), in testRefreshDefaultAccount() 189 new AccountWithDataSet("name2", "type2", "dataset2").stringify()); in testRefreshDefaultAccount() 215 .thenReturn(new AccountWithDataSet("name", "type", "dataset").stringify()); in testShouldShowAccountChangedNotification()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportFragment.java | 272 account.getAccount().stringify() + KEY_SUFFIX_SELECTED_IDS); in restoreAdapterSelectedStates() 285 outState.putLongArray(entry.getKey().stringify() + KEY_SUFFIX_SELECTED_IDS, in saveAdapterSelectedStates()
|
/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/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/Dialer/java/com/android/contacts/common/model/account/ |
D | AccountWithDataSet.java | 226 public String stringify() { in stringify() method in AccountWithDataSet
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountWithDataSet.java | 198 public String stringify() { in stringify() method in AccountWithDataSet
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
D | ContactsPreferences.java | 237 mPreferences.edit().putString(mDefaultAccountKey, accountWithDataSet.stringify()).commit(); 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…
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 897 outState.putString(KEY_NEW_GROUP_ACCOUNT, mNewGroupAccount.stringify()); in onSaveInstanceState()
|