HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_RESET_QUIZ (Results 1 - 3 of 3) 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)) {
  /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)) {
  /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)) {

Completed in 231 milliseconds