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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java76 public int bysetposCount; field in class:EventRecurrence
391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos);
494 arraysEqual(bysetpos, bysetposCount, er.bysetpos, er.bysetposCount);
517 bysetposCount = 0;
892 er.bysetposCount = bysetpos.length;
H A DRecurrenceProcessor.java283 if (r.bysetposCount > 0) {
365 for (int i = r.bysetposCount - 1; i >= 0; i--) {
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java762 cmp(eventRecurrence.bysetposCount, eventRecurrence.bysetpos, bysetpos, "bysetpos");
790 System.out.println(" bysetposCount=" + er.bysetposCount);

Completed in 76 milliseconds