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

/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DEventRecurrence.java72 public int byweeknoCount; field in class:EventRecurrence
389 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno);
492 arraysEqual(byweekno, byweeknoCount, er.byweekno, er.byweeknoCount) &&
516 bydayCount = bymonthdayCount = byyeardayCount = byweeknoCount = bymonthCount =
862 er.byweeknoCount = byweekno.length;
H A DRecurrenceProcessor.java213 if (r.byweeknoCount > 0) {
214 found = listContains(r.byweekno, r.byweeknoCount,
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
H A DEventRecurrenceTest.java631 cmp(eventRecurrence.byweeknoCount, eventRecurrence.byweekno, byweekno, "byweekno");
657 System.out.println(" byweeknoCount=" + er.byweeknoCount);

Completed in 59 milliseconds