OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quiz
(Results
1 - 25
of
69
) sorted by null
1
2
3
/developers/build/prebuilts/gradle/Quiz/.google/
packaging.yaml
12
github: android-
Quiz
/developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/
strings.xml
19
<string name="read_from_file_button">Read
quiz
from file</string>
28
<string name="quiz_status">
Quiz
Status</string>
35
<string name="reset_quiz">Reset
Quiz
</string>
36
<string name="new_quiz">New
Quiz
</string>
base-strings.xml
19
<string name="app_name">
Quiz
</string>
25
applications on a phone and a paired wearable device. Users can create
quiz
questions on the phone,
/developers/samples/android/wearable/wear/Quiz/Application/src/main/res/values/
strings.xml
19
<string name="read_from_file_button">Read
quiz
from file</string>
28
<string name="quiz_status">
Quiz
Status</string>
35
<string name="reset_quiz">Reset
Quiz
</string>
36
<string name="new_quiz">New
Quiz
</string>
/development/samples/browseable/Quiz/Application/res/values/
strings.xml
19
<string name="read_from_file_button">Read
quiz
from file</string>
28
<string name="quiz_status">
Quiz
Status</string>
35
<string name="reset_quiz">Reset
Quiz
</string>
36
<string name="new_quiz">New
Quiz
</string>
base-strings.xml
19
<string name="app_name">
Quiz
</string>
25
applications on a phone and a paired wearable device. Users can create
quiz
questions on the phone,
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
20
import static com.example.android.wearable.
quiz
.Constants.GET_CAPABILITIES_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.RESET_QUIZ_PATH;
38
* Service to reset the
quiz
(by sending a message to the phone) when the Reset
Quiz
39
* action on the
Quiz
Report is selected.
43
public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.
quiz
.RESET_QUIZ";
81
Log.w(TAG, "No node capable of resetting
quiz
was found");
QuizListenerService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
UpdateQuestionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
20
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
21
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED;
42
* Updates
quiz
status on the phone when user selects an answer to a question on the watch.
84
// Update
quiz
status variables, which will be reflected on the phone.
DeleteQuestionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
20
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_DELETED;
40
* Used to update
quiz
status on the phone when user dismisses a question on the watch.
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizReportActionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
20
import static com.example.android.wearable.
quiz
.Constants.GET_CAPABILITIES_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.RESET_QUIZ_PATH;
38
* Service to reset the
quiz
(by sending a message to the phone) when the Reset
Quiz
39
* action on the
Quiz
Report is selected.
43
public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.
quiz
.RESET_QUIZ";
81
Log.w(TAG, "No node capable of resetting
quiz
was found");
QuizListenerService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
UpdateQuestionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
20
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
21
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED;
42
* Updates
quiz
status on the phone when user selects an answer to a question on the watch.
84
// Update
quiz
status variables, which will be reflected on the phone.
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizReportActionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
20
import static com.example.android.wearable.
quiz
.Constants.GET_CAPABILITIES_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.RESET_QUIZ_PATH;
38
* Service to reset the
quiz
(by sending a message to the phone) when the Reset
Quiz
39
* action on the
Quiz
Report is selected.
43
public static final String ACTION_RESET_QUIZ = "com.example.android.wearable.
quiz
.RESET_QUIZ";
81
Log.w(TAG, "No node capable of resetting
quiz
was found");
QuizListenerService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CONNECT_TIMEOUT_MS;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
UpdateQuestionService.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
20
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
21
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED;
42
* Updates
quiz
status on the phone when user selects an answer to a question on the watch.
84
// Update
quiz
status variables, which will be reflected on the phone.
/development/samples/browseable/Quiz/
_index.jd
2
page.tags="
Quiz
"
9
applications on a phone and a paired wearable device. Users can create
quiz
questions on the phone,
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/res/values/
strings.xml
19
<string name="app_name">
Quiz
Sample Wearable App</string>
23
<string name="quiz_report">
Quiz
Report</string>
27
<string name="reset_quiz">Reset
Quiz
</string>
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/res/values/
strings.xml
19
<string name="app_name">
Quiz
Sample Wearable App</string>
23
<string name="quiz_report">
Quiz
Report</string>
27
<string name="reset_quiz">Reset
Quiz
</string>
/development/samples/browseable/Quiz/Wearable/res/values/
strings.xml
19
<string name="app_name">
Quiz
Sample Wearable App</string>
23
<string name="quiz_report">
Quiz
Report</string>
27
<string name="reset_quiz">Reset
Quiz
</string>
/developers/samples/android/wearable/wear/Quiz/
template-params.xml
21
<name>
Quiz
</name>
23
<package>com.example.android.wearable.
quiz
</package>
37
applications on a phone and a paired wearable device. Users can create
quiz
questions on the phone,
/developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
/developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java
17
package com.example.android.wearable.
quiz
;
19
import static com.example.android.wearable.
quiz
.Constants.ANSWERS;
20
import static com.example.android.wearable.
quiz
.Constants.CHOSEN_ANSWER_CORRECT;
21
import static com.example.android.wearable.
quiz
.Constants.CORRECT_ANSWER_INDEX;
22
import static com.example.android.wearable.
quiz
.Constants.NUM_CORRECT;
23
import static com.example.android.wearable.
quiz
.Constants.NUM_INCORRECT;
24
import static com.example.android.wearable.
quiz
.Constants.NUM_SKIPPED;
25
import static com.example.android.wearable.
quiz
.Constants.QUESTION;
26
import static com.example.android.wearable.
quiz
.Constants.QUESTION_INDEX;
27
import static com.example.android.wearable.
quiz
.Constants.QUESTION_WAS_ANSWERED
[
all
...]
/developers/build/prebuilts/gradle/Quiz/
README.md
2
Android
Quiz
Sample
6
applications on a phone and a paired wearable device. Users can create
quiz
questions on the phone,
33
https://github.com/googlesamples/android-
Quiz
Completed in 449 milliseconds
1
2
3