Home
last modified time | relevance | path

Searched refs:question (Results 1 – 25 of 112) sorted by relevance

12345

/developers/samples/android/deprecated/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
DMainActivity.java214 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 …]
/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DElizaResponder.java155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1]; in elzTalk() local
160 result += question; in elzTalk()
/developers/samples/android/deprecated/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DQuizListenerService.java103 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()
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/deprecated/wearable/wear/AgendaData/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/views/NavigationDrawer/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/wearable/wear/JumpingJack/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/connectivity/network/NetworkConnect/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/admin/AppRestrictionEnforcer/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/notification/BasicNotifications/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/holo/BorderlessButtons/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/deprecated/wearable/wear/FindMyPhone/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/build/templates/unmanaged/
DCONTRIBUTING.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/media/MediaRecorder/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/content/ShareActionProvider/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/transition/BasicTransition/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
DCONTRIBUTING.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/media/Camera2Basic/kotlinApp/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/ui/lists/CustomChoiceList/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/background/alarms/RepeatingAlarm/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.
/developers/samples/android/renderScript/BasicRenderScript/
DCONTRIB.md23 1. Submit an issue describing your proposed change to the repo in question.

12345