Searched refs:jsonStr (Results 1 – 2 of 2) sorted by relevance
335 String jsonStr; in onDownloadComplete() local351 jsonStr = convertToString(source); in onDownloadComplete()352 parseJsonAndPersistKey(jsonStr, mccMnc); in onDownloadComplete()435 public void parseJsonAndPersistKey(String jsonStr, String mccMnc) { in parseJsonAndPersistKey() argument436 if (TextUtils.isEmpty(jsonStr) || TextUtils.isEmpty(mccMnc)) { in parseJsonAndPersistKey()447 JSONObject jsonObj = new JSONObject(jsonStr); in parseJsonAndPersistKey()
1455 String jsonStr = IoUtils.readFileAsString(DiskStatsLoggingService.DUMPSYS_CACHE_PATH); in pullAppSize() local1456 JSONObject json = new JSONObject(jsonStr); in pullAppSize()1487 String jsonStr = IoUtils.readFileAsString(DiskStatsLoggingService.DUMPSYS_CACHE_PATH); in pullCategorySize() local1488 JSONObject json = new JSONObject(jsonStr); in pullCategorySize()