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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java71 public int[] byweekno; field in class:EventRecurrence
389 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno);
492 arraysEqual(byweekno, byweeknoCount, er.byweekno, er.byweeknoCount) &&
872 int[] byweekno = parseNumberList(value, -53, 53, false);
873 er.byweekno = byweekno;
874 er.byweeknoCount = byweekno.length;
H A DRecurrenceProcessor.java214 found = listContains(r.byweekno, r.byweeknoCount,
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java50 /* int[] byweekno */ null,
71 /* int[] byweekno */ null,
92 /* int[] byweekno */ null,
113 /* int[] byweekno */ null,
134 /* int[] byweekno */ null,
155 /* int[] byweekno */ null,
176 /* int[] byweekno */ null,
198 /* int[] byweekno */ null,
220 /* int[] byweekno */ null,
242 /* int[] byweekno */ nul
718 verifyRecurType(String recur, int freq, String until, int count, int interval, int[] bysecond, int[] byminute, int[] byhour, int[] byday, int[] bydayNum, int[] bymonthday, int[] byyearday, int[] byweekno, int[] bymonth, int[] bysetpos, int wkst) argument
[all...]

Completed in 66 milliseconds