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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1525 * @param modValues Any updates will be stored here. This may be the same object as
1529 private boolean fixAllDayTime(ContentValues values, ContentValues modValues) { argument
1550 modValues.put(Events.DTSTART, time.toMillis(true));
1563 modValues.put(Events.DTEND, dtend);
1580 modValues.put(Events.DURATION, duration);
1700 * There are two modes, selected based on the presence of "rrule" in modValues:
1711 * @param modValues Event columns to update
1715 private long handleInsertException(long originalEventId, ContentValues modValues, argument
1718 Log.i(TAG, "RE: values: " + modValues.toString());
1722 Long originalInstanceTime = modValues
2499 scrubEventData(ContentValues values, ContentValues modValues) argument
3686 doesStatusCancelUpdateMeanUpdate(ContentValues values, ContentValues modValues) argument
[all...]

Completed in 38 milliseconds