Searched refs:jsonStr (Results 1 – 4 of 4) sorted by relevance
160 String jsonStr = getCertificateList(); in doInBackground() local161 Log.d(LOG_TAG, "Response from url: " + jsonStr); in doInBackground()163 if (jsonStr != null) { in doInBackground()165 JSONObject jsonObj = new JSONObject(jsonStr); in doInBackground()
127 String jsonStr; in getJsonFromAssets() local134 jsonStr = new String(fileBuffer, charset); in getJsonFromAssets()139 return jsonStr; in getJsonFromAssets()
94 String jsonStr = jsonObj.toString(); in storesBucketAsStringInJson() local95 JSONObject parsedJson = new JSONObject(jsonStr); in storesBucketAsStringInJson()
141 final String jsonStr = JsonUtils.listToJsonStr(keys); in saveRecentKeys() local142 Settings.writeEmojiRecentKeys(mPrefs, jsonStr); in saveRecentKeys()