HomeSort by relevance Sort by last modified time
    Searched defs:KEY_CLOCK_STYLE (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
ScreensaverSettingsActivity.java 31 static final String KEY_CLOCK_STYLE =
50 if (KEY_CLOCK_STYLE.equals(pref.getKey())) {
61 ListPreference listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE);
SettingsActivity.java 58 public static final String KEY_CLOCK_STYLE =
162 } else if (KEY_CLOCK_STYLE.equals(pref.getKey())) {
212 listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE);

Completed in 222 milliseconds