Home
last modified time | relevance | path

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

/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
DCustomRestrictionsFragment.java72 private RestrictionEntry mChoiceEntry; field in CustomRestrictionsFragment
125 mChoiceEntry = entry; in onActivityCreated()
145 mChoiceEntry = new RestrictionEntry(GetRestrictionsReceiver.KEY_CHOICE, in onActivityCreated()
147 mChoiceEntry.setType(RestrictionEntry.TYPE_CHOICE); in onActivityCreated()
148 mChoicePref.setValue(mChoiceEntry.getSelectedString()); in onActivityCreated()
166 mRestrictions.add(mChoiceEntry); in onActivityCreated()
182 mChoiceEntry.setSelectedString((String) newValue); in onPreferenceChange()