Searched refs:mChoiceEntry (Results 1 – 1 of 1) sorted by relevance
72 private RestrictionEntry mChoiceEntry; field in CustomRestrictionsFragment125 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()