Searched defs:endTimeMillis (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java695 * @param endTimeMillis The time before which the event must end (i.e. the start time of the
700 CalendarEventModel originalModel, long endTimeMillis) {
719 * one just before endTimeMillis. The list should never be empty, because this method
733 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
759 untilTime.set(endTimeMillis - 1000); // subtract one second (1000 millis)
699 updatePastEvents(ArrayList<ContentProviderOperation> ops, CalendarEventModel originalModel, long endTimeMillis) argument
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1623 * @param endTimeMillis The time before which the event must end (i.e. the start time of the
1627 private static ContentValues setRecurrenceEnd(ContentValues values, long endTimeMillis) { argument
1645 * one just before endTimeMillis. The list should never be empty, because this method
1653 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
1679 untilTime.set(endTimeMillis - 1000); // subtract one second (1000 millis)

Completed in 1184 milliseconds