Searched refs:DeleteQuestionService (Results 1 – 2 of 2) sorted by relevance
42 public class DeleteQuestionService extends IntentService class49 public DeleteQuestionService() { in DeleteQuestionService() method in DeleteQuestionService50 super(DeleteQuestionService.class.getSimpleName()); in DeleteQuestionService()
108 Intent deleteOperation = new Intent(this, DeleteQuestionService.class); in onDataChanged()