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

  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 85 int questionIndex = intent.getIntExtra(EXTRA_QUESTION_INDEX, -1);
87 dataMap.putInt(QUESTION_INDEX, questionIndex);
95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
QuizListenerService.java 104 int questionIndex = dataMap.getInt(QUESTION_INDEX);
105 int questionNum = questionIndex + 1;
135 updateOperation.setAction("question_" + questionIndex + "_answer_" + i);
138 questionIndex);
150 .notify(questionIndex, notification);
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 85 int questionIndex = intent.getIntExtra(EXTRA_QUESTION_INDEX, -1);
87 dataMap.putInt(QUESTION_INDEX, questionIndex);
95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
QuizListenerService.java 104 int questionIndex = dataMap.getInt(QUESTION_INDEX);
105 int questionNum = questionIndex + 1;
135 updateOperation.setAction("question_" + questionIndex + "_answer_" + i);
138 questionIndex);
150 .notify(questionIndex, notification);
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
UpdateQuestionService.java 85 int questionIndex = intent.getIntExtra(EXTRA_QUESTION_INDEX, -1);
87 dataMap.putInt(QUESTION_INDEX, questionIndex);
95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
QuizListenerService.java 104 int questionIndex = dataMap.getInt(QUESTION_INDEX);
105 int questionNum = questionIndex + 1;
135 updateOperation.setAction("question_" + questionIndex + "_answer_" + i);
138 questionIndex);
150 .notify(questionIndex, notification);
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 215 private int questionIndex;
219 public Question(String question, int questionIndex, String[] answers,
222 this.questionIndex = questionIndex;
227 public static Question fromJson(JSONObject questionObject, int questionIndex)
236 return new Question(question, questionIndex, answers, correctIndex);
241 return this.questionIndex - that.questionIndex;
245 PutDataMapRequest request = PutDataMapRequest.create("/question/" + questionIndex);
248 dataMap.putInt(QUESTION_INDEX, questionIndex);
    [all...]
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 215 private int questionIndex;
219 public Question(String question, int questionIndex, String[] answers,
222 this.questionIndex = questionIndex;
227 public static Question fromJson(JSONObject questionObject, int questionIndex)
236 return new Question(question, questionIndex, answers, correctIndex);
241 return this.questionIndex - that.questionIndex;
245 PutDataMapRequest request = PutDataMapRequest.create("/question/" + questionIndex);
248 dataMap.putInt(QUESTION_INDEX, questionIndex);
    [all...]
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 215 private int questionIndex;
219 public Question(String question, int questionIndex, String[] answers,
222 this.questionIndex = questionIndex;
227 public static Question fromJson(JSONObject questionObject, int questionIndex)
236 return new Question(question, questionIndex, answers, correctIndex);
241 return this.questionIndex - that.questionIndex;
245 PutDataMapRequest request = PutDataMapRequest.create("/question/" + questionIndex);
248 dataMap.putInt(QUESTION_INDEX, questionIndex);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 

Completed in 4193 milliseconds