Searched refs:question (Results 1 – 7 of 7) sorted by relevance
/development/samples/browseable/Quiz/ |
D | _index.jd | 11 …displays them as notifications. Each notification contains the question as the first page, followed 12 …by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updat… 13 …which allows the phone application to update the status of the question (i.e. did the user answer … 14 correctly or not) and prompt the next question.
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | MainActivity.java | 214 private String question; field in MainActivity.Question 219 public Question(String question, int questionIndex, String[] answers, in Question() argument 221 this.question = question; in Question() 229 String question = questionObject.getString(JsonUtils.JSON_FIELD_QUESTION); in fromJson() local 236 return new Question(question, questionIndex, answers, correctIndex); in fromJson() 247 dataMap.putString(QUESTION, question); in toPutDataRequest() 268 Question question = Question.fromJson(questionObject, mQuestionIndex++); in readQuizFromFile() local 269 addQuestionDataItem(question); in readQuizFromFile() 270 setNewQuestionStatus(question.question); in readQuizFromFile() 279 String question = questionEditText.getText().toString(); in addQuestion() local [all …]
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ElizaResponder.java | 155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1]; in elzTalk() local 160 result += question; in elzTalk()
|
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/ |
D | QuizListenerService.java | 103 String question = dataMap.getString(QUESTION); in onDataChanged() local 114 .setBigContentTitle(getString(R.string.question, questionNum)) in onDataChanged() 115 .bigText(question); in onDataChanged() 126 .setContentTitle(question) in onDataChanged()
|
/development/tools/repo_pull/ |
D | repo_review.py | 73 def _confirm(question): argument 76 if input(question + ' [yn] ').lower() not in {'y', 'yes'}:
|
D | repo_pull.py | 105 def _confirm(question, default, file=sys.stderr): argument 111 file.write(question + suffix)
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 769 probe - v. question or examine thoroughly and closely
|