Searched refs:MONTHLY_BY_NTH_DAY_OF_WEEK (Results 1 – 1 of 1) sorted by relevance
102 static final int MONTHLY_BY_NTH_DAY_OF_WEEK = 1; field in RecurrencePickerDialog.RecurrenceModel485 model.monthlyRepeat = RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK; in copyEventRecurrenceToModel()505 if (model.monthlyRepeat == RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK) { in copyEventRecurrenceToModel()573 } else if (model.monthlyRepeat == RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK) { in copyModelToEventRecurrence()944 } else if (mModel.monthlyRepeat == RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK) { in updateDialog()1138 mModel.monthlyRepeat = RecurrenceModel.MONTHLY_BY_NTH_DAY_OF_WEEK;