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.java1710 private boolean fixAllDayTime(ContentValues values, ContentValues modValues) { in fixAllDayTime() argument
1731 modValues.put(Events.DTSTART, time.toMillis()); in fixAllDayTime()
1744 modValues.put(Events.DTEND, dtend); in fixAllDayTime()
1761 modValues.put(Events.DURATION, duration); in fixAllDayTime()
1900 private long handleInsertException(long originalEventId, ContentValues modValues, in handleInsertException() argument
1903 Log.i(TAG, "RE: values: " + modValues.toString()); in handleInsertException()
1907 Long originalInstanceTime = modValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in handleInsertException()
1914 checkAllowedInException(modValues.keySet()); in handleInsertException()
1918 modValues.put(Events.DIRTY, true); in handleInsertException()
1919 addMutator(modValues, Events.MUTATORS); in handleInsertException()
[all …]