Searched refs:loadJsonFile (Results 1 – 2 of 2) sorted by relevance
37 public static JSONObject loadJsonFile(Context context, String fileName) throws IOException, in loadJsonFile() method in JsonUtils
260 JSONObject jsonObject = JsonUtils.loadJsonFile(this, QUIZ_JSON_FILE); in readQuizFromFile()