Home
last modified time | relevance | path

Searched refs:loadJsonFile (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java37 public static JSONObject loadJsonFile(Context context, String fileName) throws IOException, in loadJsonFile() method in JsonUtils
DMainActivity.java260 JSONObject jsonObject = JsonUtils.loadJsonFile(this, QUIZ_JSON_FILE); in readQuizFromFile()