Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1293 int dom, int wom, int moy, String until) { in rruleFromRecurrence() argument
1323 if (moy > 0) { in rruleFromRecurrence()
1324 rrule.append(";BYMONTH=" + moy); in rruleFromRecurrence()
1330 if (moy > 0) { in rruleFromRecurrence()
1331 rrule.append(";BYMONTH=" + moy); in rruleFromRecurrence()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java795 int moy = -1; in recurrenceParser() local
819 moy = getValueInt(); in recurrenceParser()
830 dow, dom, wom, moy, until); in recurrenceParser()