Searched refs:clearOtherRadioPreferences (Results 1 – 5 of 5) sorted by relevance
122 mCaptionsStyle0Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()127 mCaptionsStyle1Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()132 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()137 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()142 mCaptionsStyleCustomPref.clearOtherRadioPreferences(mCaptionsStyleGroup); in onPreferenceTreeClick()176 mCaptionsStyle0Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()180 mCaptionsStyle1Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()184 mCaptionsStyle2Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()188 mCaptionsStyle3Pref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()192 mCaptionsStyleCustomPref.clearOtherRadioPreferences(mCaptionsStyleGroup); in refresh()
118 radioPreference.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
145 radioPreference.clearOtherRadioPreferences(mNamesGroup); in onPreferenceTreeClick()
153 currentPref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()160 pref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()167 newPref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
55 public void clearOtherRadioPreferences(PreferenceGroup preferenceGroup) { in clearOtherRadioPreferences() method in RadioPreference