Home
last modified time | relevance | path

Searched refs:bymonthCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java72 public int bymonthCount; field in EventRecurrence
388 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth); in toString()
491 arraysEqual(bymonth, bymonthCount, er.bymonth, er.bymonthCount) && in equals()
514 bydayCount = bymonthdayCount = byyeardayCount = byweeknoCount = bymonthCount = in resetFields()
881 er.bymonthCount = bymonth.length; in parsePart()
DRecurrenceProcessor.java200 if (r.bymonthCount > 0) { in filter()
201 found = listContains(r.bymonth, r.bymonthCount, in filter()
808 int bymonthCount = r.bymonthCount; in expand() local
809 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount); in expand()
1060 } while (usebymonth && monthIndex < bymonthCount); in expand()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java761 cmp(eventRecurrence.bymonthCount, eventRecurrence.bymonth, bymonth, "bymonth"); in verifyRecurType()
788 System.out.println(" bymonthCount=" + er.bymonthCount); in print()