Searched refs:defaultStyle (Results 1 – 1 of 1) sorted by relevance
343 val defaultStyle: String = context.getString(R.string.default_clock_style) in getClockStyle() constant344 val clockStyle: String = prefs.getString(key, defaultStyle)!! in getClockStyle()