Searched refs:KEY_AUTO_HOME_CLOCK (Results 1 – 3 of 3) sorted by relevance
60 public static final String KEY_AUTO_HOME_CLOCK = "automatic_home_clock"; field in SettingsActivity185 case KEY_AUTO_HOME_CLOCK: in onPreferenceChange()281 final Preference autoHomeClockPref = findPreference(KEY_AUTO_HOME_CLOCK); in refresh()
268 case SettingsActivity.KEY_AUTO_HOME_CLOCK: in onSharedPreferenceChanged()
108 return prefs.getBoolean(SettingsActivity.KEY_AUTO_HOME_CLOCK, true); in getAutoShowHomeClock()