Searched refs:jsonStr (Results 1 – 2 of 2) sorted by relevance
336 String jsonStr; in onDownloadComplete() local352 jsonStr = convertToString(source); in onDownloadComplete()353 parseJsonAndPersistKey(jsonStr, mccMnc); in onDownloadComplete()436 public void parseJsonAndPersistKey(String jsonStr, String mccMnc) { in parseJsonAndPersistKey() argument437 if (TextUtils.isEmpty(jsonStr) || TextUtils.isEmpty(mccMnc)) { in parseJsonAndPersistKey()447 JSONObject jsonObj = new JSONObject(jsonStr); in parseJsonAndPersistKey()
1456 String jsonStr = IoUtils.readFileAsString(DiskStatsLoggingService.DUMPSYS_CACHE_PATH); in pullAppSize() local1457 JSONObject json = new JSONObject(jsonStr); in pullAppSize()1488 String jsonStr = IoUtils.readFileAsString(DiskStatsLoggingService.DUMPSYS_CACHE_PATH); in pullCategorySize() local1489 JSONObject json = new JSONObject(jsonStr); in pullCategorySize()