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

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
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...]
RRuleTest.java 147 runRecurrenceIteratorTest("RRULE:FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14," + "15,16,17,18,19,20,21,22,23,24,25,26,27,28,29," + "30,31,32,33,34,35,36,37,38,39,40,41,42,43,44," + "45,46,47,48,49,50,51,52,53,54,55,56,57,58,59", "20000101", 1, "");
    [all...]
RecurrenceProcessorTest.java 684 "FREQ=DAILY;UNTIL=20060225T180304Z;BYDAY=SU,MO,SA;BYHOUR=5,10,22;BYMINUTE=3,59;BYSECOND=2,5",
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
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...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 275 "RRULE:FREQ=SECONDLY;BYSECOND=0,1,2,\r\n 3,4,5\r\n ,6,7,8\r\n" +
284 assertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue());
291 "RRULE:FREQ=SECONDLY;BYSECOND=0,1,2,\n 3,4,5\n ,6,7,8\n" +
300 assertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue());

Completed in 329 milliseconds