Searched refs:reSingleChoice (Results 1 – 1 of 1) sorted by relevance
57 public static void populateChoiceEntry(Resources res, RestrictionEntry reSingleChoice) { in populateChoiceEntry() argument60 if (reSingleChoice.getSelectedString() == null) { in populateChoiceEntry()61 reSingleChoice.setSelectedString(choiceValues[0]); in populateChoiceEntry()63 reSingleChoice.setTitle(res.getString(R.string.choice_entry_title)); in populateChoiceEntry()64 reSingleChoice.setChoiceEntries(choiceEntries); in populateChoiceEntry()65 reSingleChoice.setChoiceValues(choiceValues); in populateChoiceEntry()66 reSingleChoice.setType(RestrictionEntry.TYPE_CHOICE); in populateChoiceEntry()89 RestrictionEntry reSingleChoice = new RestrictionEntry(KEY_CHOICE, (String) null); in initRestrictions() local90 populateChoiceEntry(res, reSingleChoice); in initRestrictions()91 newRestrictions.add(reSingleChoice); in initRestrictions()