Searched refs:getClockStyle (Results 1 – 2 of 2) sorted by relevance
126 fun getClockStyle(context: Context, prefs: SharedPreferences): ClockStyle { in getClockStyle() method127 return getClockStyle(context, prefs, SettingsActivity.KEY_CLOCK_STYLE) in getClockStyle()151 val isAnalog = getClockStyle(context, prefs) == ClockStyle.ANALOG in setDefaultDisplayClockSeconds()160 return getClockStyle(context, prefs, ScreensaverSettingsActivity.KEY_CLOCK_STYLE) in getScreensaverClockStyle()342 private fun getClockStyle(context: Context, prefs: SharedPreferences, key: String): ClockStyle { in getClockStyle() method
64 get() = SettingsDAO.getClockStyle(mContext, mPrefs)