OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:questionIndex
(Results
1 - 14
of
14
) 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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
/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
Completed in 107 milliseconds