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

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 52 /* 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 */ null
    [all...]
RRuleTest.java 398 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;COUNT=3;BYDAY=TU,WE,TH;BYSETPOS=3", "19970904", 3, "19970904,19971007,19971106");
405 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-2", "19970929", 7, "19970929,19971030,19971127,19971230,19980129," + "19980226,19980330,...");
467 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;BYSETPOS=-1;BYDAY=-1MO,-1TU,-1WE,-1TH,-1FR", "19940605", 8, "19940630,19940729,19940831,19940930," + "19941031,19941130,19941230,19950131,...");
511 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;BYMONTH=3;BYDAY=SA,SU;BYSETPOS=-1", "20000101", 4, "20000326,20010331,20020331,20030330,...");
518 runRecurrenceIteratorTest("RRULE:FREQ=MONTHLY;BYMONTH=3;BYDAY=SA,SU;BYSETPOS=1", "20000101", 4, "20000304,20010303,20020302,20030301,...");
550 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYWEEKNO=1;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=1", "19990101", 4, "19990104,20000103,20010101,20020101,...");
572 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=SU;BYYEARDAY=1,2,3,4,5,6,7,8,9,10,11,12,13" + ";BYSETPOS=1", "19990101", 4, "19990103,20000102,20010107,20020106,...");
579 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=1", "19990101", 4, "19990101,20000103,20010101,20020101,...");
586 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYWEEKNO=1;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1", "19990101", 4, "19990108,20000107,20010105,20020104,...");
601 runRecurrenceIteratorTest("RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=2", "19990101", 4, "19990105,19990112,19990119,19990126,...")
    [all...]
RecurrenceProcessorTest.java 396 verifyRecurrence("20110103T100000", "FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=1,-1",
411 verifyRecurrence("20110703T100000", "FREQ=MONTHLY;BYDAY=SA,SU;BYSETPOS=2,-2",
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 75 public int[] bysetpos; field in class:EventRecurrence
94 sParsePartMap.put("BYSETPOS", new ParseBySetPos());
391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos);
494 arraysEqual(bysetpos, bysetposCount, er.bysetpos, er.bysetposCount);
549 * ( ";" "BYSETPOS" "=" bysplist ) /
887 /** parses BYSETPOS=bysplist *
890 int[] bysetpos = parseNumberList(value, Integer.MIN_VALUE, Integer.MAX_VALUE, true); local
    [all...]
RecurrenceProcessor.java 284 bysetpos:
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
291 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
293 break bysetpos; local
302 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
305 // BYSETPOS was defined but we don't know how to handle it. Do no filtering based
314 * Filters out instances that don't match the BYSETPOS clause of a monthly recurrence rule.
362 * Now walk through the BYSETPOS list and see if the instance is equal to any of the
366 int index = r.bysetpos[i]
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 322 milliseconds