Home
last modified time | relevance | path

Searched refs:jsonString (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.java544 String jsonString = mNoBackupPrefs.getString( in addDailyRotation() local
547 JSONArray jsonArray = new JSONArray(jsonString); in addDailyRotation()
561 String jsonString = mNoBackupPrefs.getString( in getLastDailyRotationTimestamp() local
565 JSONArray jsonArray = new JSONArray(jsonString); in getLastDailyRotationTimestamp()
595 String jsonString = mNoBackupPrefs.getString( in getDailyRotationsInLastWeek() local
599 JSONArray jsonArray = new JSONArray(jsonString); in getDailyRotationsInLastWeek()
647 String jsonString = mNoBackupPrefs.getString( in getDailyRotationsPreviousDay() local
651 JSONArray jsonArray = new JSONArray(jsonString); in getDailyRotationsPreviousDay()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
DTmaLoaderUtils.java51 String jsonString = stringFromAsset(context, assetPathName); in jsonFromAsset() local
53 return (jsonString != null) ? new JSONObject(jsonString) : null; in jsonFromAsset()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DWikidata.java237 String jsonString = (String) object; in dumpJson() local
238 Clog.d(TAG, indent + name + jsonString + " (string)"); in dumpJson()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java81 final String jsonString = in createTemporaryContactUri() local
93 .encodedFragment(jsonString) in createTemporaryContactUri()
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java107 final String jsonString = in doInBackground() local
113 cacheInfo.setLookupKey(jsonString); in doInBackground()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java358 final String jsonString = uri.getEncodedFragment(); in loadEncodedContactEntity() local
359 final JSONObject json = new JSONObject(jsonString); in loadEncodedContactEntity()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java123 final String jsonString = uri.getEncodedFragment(); in loadEncodedContactEntity() local
124 final JSONObject json = new JSONObject(jsonString); in loadEncodedContactEntity()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java772 private String addRandomDataToJson(String jsonString) throws JSONException { in addRandomDataToJson() argument
773 JSONArray jsonArray = new JSONArray(jsonString); in addRandomDataToJson()