Home
last modified time | relevance | path

Searched refs:modValues (Results 1 – 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1543 private boolean fixAllDayTime(ContentValues values, ContentValues modValues) { in fixAllDayTime() argument
1564 modValues.put(Events.DTSTART, time.toMillis(true)); in fixAllDayTime()
1577 modValues.put(Events.DTEND, dtend); in fixAllDayTime()
1594 modValues.put(Events.DURATION, duration); in fixAllDayTime()
1729 private long handleInsertException(long originalEventId, ContentValues modValues, in handleInsertException() argument
1732 Log.i(TAG, "RE: values: " + modValues.toString()); in handleInsertException()
1736 Long originalInstanceTime = modValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in handleInsertException()
1743 checkAllowedInException(modValues.keySet()); in handleInsertException()
1747 modValues.put(Events.DIRTY, true); in handleInsertException()
1748 addMutator(modValues, Events.MUTATORS); in handleInsertException()
[all …]