HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_RESET_QUIZ (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 43 public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.quiz.RESET_QUIZ";
54 if (intent.getAction().equals(ACTION_RESET_QUIZ)) {
QuizListenerService.java 212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ)
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java 43 public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.quiz.RESET_QUIZ";
54 if (intent.getAction().equals(ACTION_RESET_QUIZ)) {
QuizListenerService.java 212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ)
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizReportActionService.java 43 public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.quiz.RESET_QUIZ";
54 if (intent.getAction().equals(ACTION_RESET_QUIZ)) {
QuizListenerService.java 212 Intent intent = new Intent(QuizReportActionService.ACTION_RESET_QUIZ)

Completed in 87 milliseconds