Home | History | Annotate | Download | only in calendar

Lines Matching refs:MAX_REMINDERS

111     private static final int MAX_REMINDERS = 5;
1151 if (mReminderItems.size() < MAX_REMINDERS) {
1465 if (items.size() >= MAX_REMINDERS) {