Home
last modified time | relevance | path

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

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java230 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS); in fromJson() local
232 for (int j = 0; j < answersJsonArray.length(); j++) { in fromJson()
233 answers[j] = answersJsonArray.getString(j); in fromJson()