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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java58 public int[] bysecond; field in class:EventRecurrence
371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond);
485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) &&
776 int[] bysecond = parseNumberList(value, 0, 59, true);
777 er.bysecond = bysecond;
778 er.bysecondCount = bysecond.length;
H A DRecurrenceProcessor.java275 found = listContains(r.bysecond, r.bysecondCount,
973 ? r.bysecond[secondIndex]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java43 /* int[] bysecond */ null,
64 /* int[] bysecond */ null,
85 /* int[] bysecond */ null,
106 /* int[] bysecond */ null,
127 /* int[] bysecond */ null,
148 /* int[] bysecond */ null,
169 /* int[] bysecond */ null,
191 /* int[] bysecond */ null,
213 /* int[] bysecond */ null,
235 /* int[] bysecond */ 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 23 milliseconds