Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/exchange/utility/
DCalendarUtilities.java1144 static public String rruleFromRecurrence(int type, int occurrences, int interval, int dow, in rruleFromRecurrence() argument
1152 if (occurrences > 0) { in rruleFromRecurrence()
1153 rrule.append(";COUNT=" + occurrences); in rruleFromRecurrence()
/packages/apps/Email/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java735 int occurrences = -1; in recurrenceParser() local
752 occurrences = getValueInt(); in recurrenceParser()
774 return CalendarUtilities.rruleFromRecurrence(type, occurrences, interval, in recurrenceParser()