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

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 58 public int[] bysecond; field in class:EventRecurrence
86 sParsePartMap.put("BYSECOND", new ParseBySecond());
371 appendNumbers(s, ";BYSECOND=", this.bysecondCount, this.bysecond);
373 appendNumbers(s, ";BYSECOND=", this.byhourCount, this.byhour);
485 arraysEqual(bysecond, bysecondCount, er.bysecond, er.bysecondCount) &&
541 * ( ";" "BYSECOND" "=" byseclist ) /
773 /** parses BYSECOND=byseclist */
776 int[] bysecond = parseNumberList(value, 0, 59, true) local
    [all...]
RecurrenceProcessor.java 274 // BYSECOND
275 found = listContains(r.bysecond, r.bysecondCount,
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 43 /* 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 */ null
    [all...]

Completed in 334 milliseconds