Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java868 int monthIndex = 0; in expand() local
891 ? r.bymonth[monthIndex] in expand()
1059 monthIndex++; in expand()
1060 } while (usebymonth && monthIndex < bymonthCount); in expand()