Home
last modified time | relevance | path

Searched refs:QuizReportActionService (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizReportActionService.java41 public class QuizReportActionService extends IntentService { class
48 public QuizReportActionService() { in QuizReportActionService() method in QuizReportActionService
49 super(QuizReportActionService.class.getSimpleName()); in QuizReportActionService()
DQuizListenerService.java212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ) in getResetQuizPendingIntent()
213 .setClass(this, QuizReportActionService.class); in getResetQuizPendingIntent()