Home
last modified time | relevance | path

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

/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizReportActionService.java43 public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.quiz.RESET_QUIZ"; field in QuizReportActionService
54 if (intent.getAction().equals(ACTION_RESET_QUIZ)) { in onHandleIntent()
DQuizListenerService.java212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ) in getResetQuizPendingIntent()