Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java38 public static final int MONTHLY = 6; field in EventRecurrence
122 sParseFreqMap.put("MONTHLY", MONTHLY);
343 case MONTHLY: in toString()
430 if (this.freq != MONTHLY) { in repeatsMonthlyOnDayCount()
DRecurrenceProcessor.java200 if (EventRecurrence.MONTHLY >= freq) { in filter()
286 if (freq == EventRecurrence.MONTHLY && r.bydayCount > 0) { in filter()
797 case EventRecurrence.MONTHLY: in expand()
811 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount); in expand()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java144 /* int freq */ EventRecurrence.MONTHLY, in test5()
439 /* int freq */ EventRecurrence.MONTHLY, in test16()