Home
last modified time | relevance | path

Searched defs:getClockStyle (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.kt126 fun getClockStyle(context: Context, prefs: SharedPreferences): ClockStyle { in getClockStyle() method
342 private fun getClockStyle(context: Context, prefs: SharedPreferences, key: String): ClockStyle { in getClockStyle() method
DSettingsModel.java75 ClockStyle getClockStyle() { in getClockStyle() method in SettingsModel
DSettingsDAO.java137 static ClockStyle getClockStyle(Context context, SharedPreferences prefs) { in getClockStyle() method in SettingsDAO
352 private static ClockStyle getClockStyle(Context context, SharedPreferences prefs, String key) { in getClockStyle() method in SettingsDAO
DDataModel.java976 public ClockStyle getClockStyle() { in getClockStyle() method in DataModel