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 38 static final String KEY_CLOCK_STYLE =
57 if (KEY_CLOCK_STYLE.equals(pref.getKey())) {
68 ListPreference listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE);
SettingsActivity.java 52 public static final String KEY_CLOCK_STYLE =
151 } else if (KEY_CLOCK_STYLE.equals(pref.getKey())) {
187 listPref = (ListPreference) findPreference(KEY_CLOCK_STYLE);

Completed in 30 milliseconds