Home
last modified time | relevance | path

Searched refs:radioIdToIndex (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java112 private static final Map<Integer, Integer> radioIdToIndex; field in MainActivity
120 radioIdToIndex = Collections.unmodifiableMap(temp);
285 int correctAnswerIndex = radioIdToIndex.get(choicesRadioGroup.getCheckedRadioButtonId()); in addQuestion()