Searched refs:clockStylePref (Results 1 – 2 of 2) sorted by relevance
81 final ListPreference clockStylePref = (ListPreference) pref; in onPreferenceChange() local82 final int index = clockStylePref.findIndexOfValue((String) newValue); in onPreferenceChange()83 clockStylePref.setSummary(clockStylePref.getEntries()[index]); in onPreferenceChange()89 final ListPreference clockStylePref = (ListPreference) findPreference(KEY_CLOCK_STYLE); in refresh() local90 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh()91 clockStylePref.setOnPreferenceChangeListener(this); in refresh()
268 final SimpleMenuPreference clockStylePref = (SimpleMenuPreference) in refresh() local270 clockStylePref.setSummary(clockStylePref.getEntry()); in refresh()271 clockStylePref.setOnPreferenceChangeListener(this); in refresh()