Searched refs:monthlyByNthDayOfWeek (Results 1 – 1 of 1) sorted by relevance
178 int monthlyByNthDayOfWeek; field in RecurrencePickerDialog.RecurrenceModel189 + monthlyByDayOfWeek + ", monthlyByNthDayOfWeek=" + monthlyByNthDayOfWeek + "]"; in toString()213 dest.writeInt(monthlyByNthDayOfWeek); in writeToParcel()484 model.monthlyByNthDayOfWeek = er.bydayNum[i]; in copyEventRecurrenceToModel()574 if (!isSupportedMonthlyByNthDayOfWeek(model.monthlyByNthDayOfWeek)) { in copyModelToEventRecurrence()576 + model.monthlyByNthDayOfWeek); in copyModelToEventRecurrence()585 er.bydayNum[0] = model.monthlyByNthDayOfWeek; in copyModelToEventRecurrence()949 if (mModel.monthlyByNthDayOfWeek == 0) { in updateDialog()950 mModel.monthlyByNthDayOfWeek = (mTime.monthDay + 6) / 7; in updateDialog()953 if (mModel.monthlyByNthDayOfWeek >= FIFTH_WEEK_IN_A_MONTH) { in updateDialog()[all …]