Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1292 static public String rruleFromRecurrence(int type, int occurrences, int interval, int dow, in rruleFromRecurrence() argument
1296 if (occurrences > 0) { in rruleFromRecurrence()
1297 rrule.append(";COUNT=" + occurrences); in rruleFromRecurrence()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java790 int occurrences = -1; in recurrenceParser() local
807 occurrences = getValueInt(); in recurrenceParser()
829 return CalendarUtilities.rruleFromRecurrence(type, occurrences, interval, in recurrenceParser()