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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java38 public static final int MONTHLY = 6; field in class:EventRecurrence
122 sParseFreqMap.put("MONTHLY", MONTHLY);
343 case MONTHLY:
344 s.append("MONTHLY");
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
430 if (this.freq != MONTHLY) {
557 * FREQ=MONTHLY;INTERVA
[all...]
H A DRecurrenceProcessor.java200 if (EventRecurrence.MONTHLY >= freq) {
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
286 if (freq == EventRecurrence.MONTHLY && r.bydayCount > 0) {
797 case EventRecurrence.MONTHLY:
811 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount);
828 // XXX Do we generate days for MONTHLY w/ BYHOUR? If so,
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java143 verifyRecurType("FREQ=MONTHLY",
144 /* int freq */ EventRecurrence.MONTHLY,
438 verifyRecurType("FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1",
439 /* int freq */ EventRecurrence.MONTHLY,
811 "FREQ=MONTHLY;COUNT=10;BYDAY=1FR",
812 "FREQ=MONTHLY;UNTIL=19971224T000000Z;BYDAY=1FR",
813 "FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1SU",
814 "FREQ=MONTHLY;COUNT=6;BYDAY=-2MO",
815 "FREQ=MONTHLY;BYMONTHDAY=-3",
816 "FREQ=MONTHLY;COUN
[all...]

Completed in 50 milliseconds