Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DWeekdays.kt291 val dfs = DateFormatSymbols() in toString() constant
292 val weekdays = if (longNames) dfs.weekdays else dfs.shortWeekdays in toString()
/packages/apps/Contacts/src/com/android/contacts/datepicker/
DDatePicker.java122 DateFormatSymbols dfs = new DateFormatSymbols(); in DatePicker() local
123 String[] months = dfs.getShortMonths(); in DatePicker()