Home
last modified time | relevance | path

Searched refs:getClockStyle (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.kt126 fun getClockStyle(context: Context, prefs: SharedPreferences): ClockStyle { in getClockStyle() method
127 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
DSettingsModel.kt64 get() = SettingsDAO.getClockStyle(mContext, mPrefs)