Searched refs:onlyPref (Results 1 – 2 of 2) sorted by relevance
243 final Preference onlyPref = screen.getPreference(0); in mayCheckOnlyRadioButton() local244 if (onlyPref instanceof RadioButtonPreference) { in mayCheckOnlyRadioButton()245 ((RadioButtonPreference) onlyPref).setChecked(true); in mayCheckOnlyRadioButton()
239 final Preference onlyPref = screen.getPreference(0); in mayCheckOnlyRadioButton() local240 if (onlyPref instanceof RadioButtonPreference) { in mayCheckOnlyRadioButton()241 ((RadioButtonPreference) onlyPref).setChecked(true); in mayCheckOnlyRadioButton()