Lines Matching refs:MINUTES
170 Reminders.MINUTES, // 1
176 private static final String REMINDERS_SORT = Reminders.MINUTES;
408 // First pass: collect all the custom reminder minutes (e.g.,
409 // a reminder of 8 minutes) into a global list.
411 int minutes = reminderCursor.getInt(REMINDERS_INDEX_MINUTES);
412 EditEvent.addMinutesToList(this, mReminderValues, mReminderLabels, minutes);
418 int minutes = reminderCursor.getInt(REMINDERS_INDEX_MINUTES);
419 mOriginalMinutes.add(minutes);
421 mReminderLabels, minutes);
654 mReminderValues, mReminderLabels, 10 /* minutes */);