Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictions/src/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()