Home
last modified time | relevance | path

Searched defs:questionObject (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java227 public static Question fromJson(JSONObject questionObject, int questionIndex) in fromJson()
267 JSONObject questionObject = jsonArray.getJSONObject(i); in readQuizFromFile() local