Searched refs:answers (Results 1 – 5 of 5) sorted by relevance
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | MainActivity.java | 216 private String[] answers; field in MainActivity.Question 219 public Question(String question, int questionIndex, String[] answers, in Question() argument 223 this.answers = answers; in Question() 231 String[] answers = new String[JsonUtils.NUM_ANSWER_CHOICES]; in fromJson() local 233 answers[j] = answersJsonArray.getString(j); in fromJson() 236 return new Question(question, questionIndex, answers, correctIndex); in fromJson() 249 dataMap.putStringArray(ANSWERS, answers); in toPutDataRequest() 280 String[] answers = new String[4]; in addQuestion() local 281 answers[0] = choiceAEditText.getText().toString(); in addQuestion() 282 answers[1] = choiceBEditText.getText().toString(); in addQuestion() [all …]
|
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/ |
D | QuizListenerService.java | 106 String[] answers = dataMap.getStringArray(ANSWERS); in onDataChanged() local 124 for (int i = 0; i < answers.length; i++) { in onDataChanged() 127 .setContentText(answers[i]) in onDataChanged()
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 12 …by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updat…
|
/development/tools/repo_pull/ |
D | repo_pull.py | 72 answers = {'': default, 'y': True, 'yes': True, 'n': False, 'no': False} 77 ans = answers.get(input().lower())
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 19820 …1A@fakeemail.com,libnetlink: Add variant of rtnl_talk that does not display RTNETLINK answers error 35313 …ake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,factor shouldn't give incorrect answers for >64-bit integ… 100185 …works/base,fake_7xTFxbTLSKOvCZyvDr8o1w@fakeemail.com,IpConn metrics: distinguish NUD_FAILED answers
|