Searched refs:ACTION_RESET_QUIZ (Results 1 – 2 of 2) sorted by relevance
43 public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.quiz.RESET_QUIZ"; field in QuizReportActionService54 if (intent.getAction().equals(ACTION_RESET_QUIZ)) { in onHandleIntent()
212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ) in getResetQuizPendingIntent()