Searched refs:mQuestionIndex (Results 1 – 1 of 1) sorted by relevance
104 private int mQuestionIndex = 0; field in MainActivity268 Question question = Question.fromJson(questionObject, mQuestionIndex++); in readQuizFromFile()287 addQuestionDataItem(new Question(question, mQuestionIndex++, answers, correctAnswerIndex)); in addQuestion()564 mQuestionIndex = 0; in clearQuizStatus()