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.java74 public int bymonthCount; field in EventRecurrence
390 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth); in toString()
493 arraysEqual(bymonth, bymonthCount, er.bymonth, er.bymonthCount) && in equals()
516 bydayCount = bymonthdayCount = byyeardayCount = byweeknoCount = bymonthCount = in resetFields()
883 er.bymonthCount = bymonth.length; in parsePart()
DRecurrenceProcessor.java202 if (r.bymonthCount > 0) { in filter()
203 found = listContains(r.bymonth, r.bymonthCount, in filter()
810 int bymonthCount = r.bymonthCount; in expand() local
811 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount); in expand()
1062 } 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()