Searched refs:UpdateQuestionService (Results 1 – 2 of 2) sorted by relevance
44 public class UpdateQuestionService extends IntentService class55 public UpdateQuestionService() { in UpdateQuestionService() method in UpdateQuestionService56 super(UpdateQuestionService.class.getSimpleName()); in UpdateQuestionService()
133 Intent updateOperation = new Intent(this, UpdateQuestionService.class); in onDataChanged()137 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_INDEX, in onDataChanged()139 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct); in onDataChanged()