Home
last modified time | relevance | path

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

/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
DGetRestrictionsReceiver.java65 String[] choiceValues = res.getStringArray(R.array.choice_entry_values); in populateChoiceEntry() local
67 reSingleChoice.setSelectedString(choiceValues[0]); in populateChoiceEntry()
71 reSingleChoice.setChoiceValues(choiceValues); in populateChoiceEntry()