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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java75 public int[] bysetpos; field in class:EventRecurrence
391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos);
494 arraysEqual(bysetpos, bysetposCount, er.bysetpos, er.bysetposCount);
890 int[] bysetpos = parseNumberList(value, Integer.MIN_VALUE, Integer.MAX_VALUE, true);
891 er.bysetpos = bysetpos;
892 er.bysetposCount = bysetpos.length;
H A DRecurrenceProcessor.java284 bysetpos:
293 break bysetpos;
366 int index = r.bysetpos[i];
383 throw new RuntimeException("invalid bysetpos value");
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java52 /* int[] bysetpos */ null,
73 /* int[] bysetpos */ null,
94 /* int[] bysetpos */ null,
115 /* int[] bysetpos */ null,
136 /* int[] bysetpos */ null,
157 /* int[] bysetpos */ null,
178 /* int[] bysetpos */ null,
200 /* int[] bysetpos */ null,
222 /* int[] bysetpos */ null,
244 /* int[] bysetpos */ 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 22 milliseconds