Searched refs:monthlyRepeat (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java157 int monthlyRepeat; field in class:RecurrencePickerDialog.RecurrenceModel
160 * Day of the month to repeat. Used when monthlyRepeat ==
166 * Day of the week to repeat. Used when monthlyRepeat ==
172 * Nth day of the week to repeat. Used when monthlyRepeat ==
187 + Arrays.toString(weeklyByDayOfWeek) + ", monthlyRepeat=" + monthlyRepeat
210 dest.writeInt(monthlyRepeat);
485 model.monthlyRepeat = RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK;
505 if (model.monthlyRepeat == RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK) {
510 model.monthlyRepeat
[all...]

Completed in 38 milliseconds