Home | History | Annotate | Download | only in provider

Lines Matching refs:MINUTES

622                     Reminders.MINUTES,
725 reminderValues.put(Reminders.MINUTES, subCursor.getInt(COLUMN_MINUTES));
1108 * The minutes prior to the event that the alarm should ring. -1
1112 public static final String MINUTES = "minutes";
1194 * The number of minutes that this alarm precedes the start time
1197 public static final String MINUTES = "minutes";
1236 long begin, long end, long alarmTime, int minutes) {
1247 values.put(CalendarAlerts.MINUTES, minutes);