Searched refs:QuizReportActionService (Results 1 – 2 of 2) sorted by relevance
41 public class QuizReportActionService extends IntentService { class48 public QuizReportActionService() { in QuizReportActionService() method in QuizReportActionService49 super(QuizReportActionService.class.getSimpleName()); in QuizReportActionService()
212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ) in getResetQuizPendingIntent()213 .setClass(this, QuizReportActionService.class); in getResetQuizPendingIntent()