Searched refs:KEY_CLOCK_STYLE (Results 1 – 6 of 6) sorted by relevance
31 static final String KEY_CLOCK_STYLE = field in ScreensaverSettingsActivity50 if (KEY_CLOCK_STYLE.equals(pref.getKey())) { in onPreferenceChange()61 ListPreference listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE); in refresh()
51 public static final String KEY_CLOCK_STYLE = field in SettingsActivity131 } else if (KEY_CLOCK_STYLE.equals(pref.getKey())) { in onPreferenceChange()181 listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE); in refresh()
240 SettingsActivity.KEY_CLOCK_STYLE); in onResume()273 if (key == SettingsActivity.KEY_CLOCK_STYLE) { in onSharedPreferenceChanged()274 mClockStyle = prefs.getString(SettingsActivity.KEY_CLOCK_STYLE, mDefaultClockStyle); in onSharedPreferenceChanged()
144 ScreensaverSettingsActivity.KEY_CLOCK_STYLE); in setClockStyle()
177 SettingsActivity.KEY_CLOCK_STYLE); in setClockStyle()
68 mClockStyle = prefs.getString(SettingsActivity.KEY_CLOCK_STYLE, in loadData()