HomeSort by relevance Sort by last modified time
    Searched refs:byweekno (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 71 public int[] byweekno; field in class:EventRecurrence
92 sParsePartMap.put("BYWEEKNO", new ParseByWeekNo());
389 appendNumbers(s, ";BYWEEKNO=", this.byweeknoCount, this.byweekno);
492 arraysEqual(byweekno, byweeknoCount, er.byweekno, er.byweeknoCount) &&
547 * ( ";" "BYWEEKNO" "=" bywknolist ) /
869 /** parses BYWEEKNO=bywknolist */
872 int[] byweekno = parseNumberList(value, -53, 53, false); local
873 er.byweekno = byweekno
    [all...]
RecurrenceProcessor.java 212 // acutally use BYWEEKNO.
214 found = listContains(r.byweekno, r.byweeknoCount,
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 50 /* 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 */ null
    [all...]

Completed in 195 milliseconds