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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java74 public int bymonthCount; field in class:EventRecurrence
390 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth);
493 arraysEqual(bymonth, bymonthCount, er.bymonth, er.bymonthCount) &&
516 bydayCount = bymonthdayCount = byyeardayCount = byweeknoCount = bymonthCount =
883 er.bymonthCount = bymonth.length;
H A DRecurrenceProcessor.java202 if (r.bymonthCount > 0) {
203 found = listContains(r.bymonth, r.bymonthCount,
810 int bymonthCount = r.bymonthCount;
811 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount);
1062 } while (usebymonth && monthIndex < bymonthCount);
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java761 cmp(eventRecurrence.bymonthCount, eventRecurrence.bymonth, bymonth, "bymonth");
788 System.out.println(" bymonthCount=" + er.bymonthCount);

Completed in 58 milliseconds