Searched refs:radioIdToIndex (Results 1 – 1 of 1) sorted by relevance
112 private static final Map<Integer, Integer> radioIdToIndex; field in MainActivity120 radioIdToIndex = Collections.unmodifiableMap(temp);285 int correctAnswerIndex = radioIdToIndex.get(choicesRadioGroup.getCheckedRadioButtonId()); in addQuestion()