Home | History | Annotate | Download | only in event

Lines Matching refs:mEventRecurrence

223     private EventRecurrence mEventRecurrence = new EventRecurrence();
464 mEventRecurrence, true);
472 enabled = RecurrencePickerDialog.canHandleRecurrenceRule(mEventRecurrence);
627 mEventRecurrence.parse(mRrule);
1083 mEventRecurrence.parse(mRrule);
1086 if (mEventRecurrence.startDate == null) {
1087 mEventRecurrence.startDate = mStartTime;