Searched refs:KEY_CLOCK_DISPLAY_SECONDS (Results 1 – 2 of 2) sorted by relevance
140 KEY_CLOCK_DISPLAY_SECONDS -> { in onPreferenceChange()240 val clockSecondsPref: Preference? = findPreference(KEY_CLOCK_DISPLAY_SECONDS) in refresh()302 const val KEY_CLOCK_DISPLAY_SECONDS = "display_clock_seconds" constant
134 return prefs.getBoolean(SettingsActivity.KEY_CLOCK_DISPLAY_SECONDS, false) in getDisplayClockSeconds()141 prefs.edit().putBoolean(SettingsActivity.KEY_CLOCK_DISPLAY_SECONDS, displaySeconds).apply() in setDisplayClockSeconds()149 if (!prefs.contains(SettingsActivity.KEY_CLOCK_DISPLAY_SECONDS)) { in setDefaultDisplayClockSeconds()