HomeSort by relevance Sort by last modified time
    Searched refs:responseCurrentIndices (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 101 private int[] responseCurrentIndices = new int[36];
108 responseCurrentIndices[i] = CONVERSATION_TO_RESPONSES_MAP[2 * i];
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1];
156 responseCurrentIndices[keywordIndex] = responseCurrentIndices[keywordIndex] + 1;
157 if (responseCurrentIndices[keywordIndex] > responseEnds[keywordIndex]) {
158 responseCurrentIndices[keywordIndex] = responseStarts[keywordIndex];
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 101 private int[] responseCurrentIndices = new int[36];
108 responseCurrentIndices[i] = CONVERSATION_TO_RESPONSES_MAP[2 * i];
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1];
156 responseCurrentIndices[keywordIndex] = responseCurrentIndices[keywordIndex] + 1;
157 if (responseCurrentIndices[keywordIndex] > responseEnds[keywordIndex]) {
158 responseCurrentIndices[keywordIndex] = responseStarts[keywordIndex];
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ElizaResponder.java 101 private int[] responseCurrentIndices = new int[36];
108 responseCurrentIndices[i] = CONVERSATION_TO_RESPONSES_MAP[2 * i];
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1];
156 responseCurrentIndices[keywordIndex] = responseCurrentIndices[keywordIndex] + 1;
157 if (responseCurrentIndices[keywordIndex] > responseEnds[keywordIndex]) {
158 responseCurrentIndices[keywordIndex] = responseStarts[keywordIndex];

Completed in 45 milliseconds