/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
EventRecurrence.java | 64 public int[] byday; field in class:EventRecurrence 89 sParsePartMap.put("BYDAY", new ParseByDay()); 316 String str = day2String(this.byday[i]); 378 s.append(";BYDAY="); 407 int day = byday[i]; 418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month). 420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month), 423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every 488 arraysEqual(byday, bydayCount, er.byday, er.bydayCount) & 803 int[] byday; local [all...] |
RecurrenceProcessor.java | 240 // BYDAY -- when filtering, we ignore the number field, because it 242 byday: 244 int a[] = r.byday; 249 break byday; local 285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1 287 // Check for stuff like BYDAY=1TU 332 * The byday[] values are specified as bits, so we can just OR them all 337 bydayMask |= r.byday[i]; 341 * Generate a set according to the BYDAY rules. For each day of the month, determine 490 * processing the BYDAY, BYMONTHDAY, etc. as filters instead 499 int[] byday, bydayNum, bymonthday; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventHelper.java | 967 int[] byday = new int[dayCount]; local 1011 int[] byday = new int[1]; local [all...] |