Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DWeekdays.kt290 val longNames = forceLongNames || count <= 1 in toString() constant
292 val weekdays = if (longNames) dfs.weekdays else dfs.shortWeekdays in toString()