Home
last modified time | relevance | path

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

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java235 int correctIndex = questionObject.getInt(JsonUtils.JSON_FIELD_CORRECT_INDEX); in fromJson() local
236 return new Question(question, questionIndex, answers, correctIndex); in fromJson()