Home | History | Annotate | Download | only in event

Lines Matching refs:mEventRecurrence

64     private EventRecurrence mEventRecurrence = new EventRecurrence();
1313 mEventRecurrence.parse(rrule);
1319 if (mEventRecurrence.freq != EventRecurrence.WEEKLY) {
1323 if (mEventRecurrence.byday.length > mEventRecurrence.bydayCount) {
1330 int weekstart = EventRecurrence.day2TimeDay(mEventRecurrence.wkst);
1332 for (int i = 0; i < mEventRecurrence.bydayCount; i++) {
1333 int day = EventRecurrence.day2TimeDay(mEventRecurrence.byday[i]);