Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java122 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()
DLanguageFragment.java118 radioPreference.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
DInputOptionsFragment.java145 radioPreference.clearOtherRadioPreferences(mNamesGroup); in onPreferenceTreeClick()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java153 currentPref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
160 pref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
167 newPref.clearOtherRadioPreferences(getPreferenceScreen()); in onPreferenceTreeClick()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DRadioPreference.java55 public void clearOtherRadioPreferences(PreferenceGroup preferenceGroup) { in clearOtherRadioPreferences() method in RadioPreference