Searched refs:modValues (Results 1 – 1 of 1) sorted by relevance
1692 private boolean fixAllDayTime(ContentValues values, ContentValues modValues) { in fixAllDayTime() argument1713 modValues.put(Events.DTSTART, time.toMillis(true)); in fixAllDayTime()1726 modValues.put(Events.DTEND, dtend); in fixAllDayTime()1743 modValues.put(Events.DURATION, duration); in fixAllDayTime()1878 private long handleInsertException(long originalEventId, ContentValues modValues, in handleInsertException() argument1881 Log.i(TAG, "RE: values: " + modValues.toString()); in handleInsertException()1885 Long originalInstanceTime = modValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in handleInsertException()1892 checkAllowedInException(modValues.keySet()); in handleInsertException()1896 modValues.put(Events.DIRTY, true); in handleInsertException()1897 addMutator(modValues, Events.MUTATORS); in handleInsertException()[all …]