Searched refs:EXTRA_QUESTION_CORRECT (Results 1 – 2 of 2) sorted by relevance
47 public static final String EXTRA_QUESTION_CORRECT = "extra_question_correct"; field in UpdateQuestionService86 boolean chosenAnswerCorrect = intent.getBooleanExtra(EXTRA_QUESTION_CORRECT, false); in onHandleIntent()
139 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct); in onDataChanged()