Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.kt343 val defaultStyle: String = context.getString(R.string.default_clock_style) in getClockStyle() constant
344 val clockStyle: String = prefs.getString(key, defaultStyle)!! in getClockStyle()