Searched refs:mDataJSON (Results 1 – 1 of 1) sorted by relevance
46 private JSONObject mDataJSON; field in CarrierAllowListInfo84 mDataJSON = new JSONObject(jsonString); in loadJsonFile()96 if (mDataJSON != null && callerPackage != null) { in parseJsonForCallerInfo()97 JSONObject callerJSON = mDataJSON.getJSONObject(callerPackage.trim()); in parseJsonForCallerInfo()183 mDataJSON = new JSONObject(callerInfo); in updateJsonForTest()