Home
last modified time | relevance | path

Searched defs:weekday (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventRecurrenceFormatter.java106 int weekday = recurrence.startDate.weekDay; in getRepeatString() local
127 private static void cacheMonthRepeatStrings(Resources r, int weekday) { in cacheMonthRepeatStrings()
/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java403 final String weekday = cityCal.getDisplayName(DAY_OF_WEEK, Calendar.SHORT, locale); in getView() local