Home
last modified time | relevance | path

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

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java104 private int mQuestionIndex = 0; field in MainActivity
268 Question question = Question.fromJson(questionObject, mQuestionIndex++); in readQuizFromFile()
287 addQuestionDataItem(new Question(question, mQuestionIndex++, answers, correctAnswerIndex)); in addQuestion()
564 mQuestionIndex = 0; in clearQuizStatus()