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.java870 int monthIndex = 0; in expand() local
893 ? r.bymonth[monthIndex] in expand()
1061 monthIndex++; in expand()
1062 } while (usebymonth && monthIndex < bymonthCount); in expand()