Lines Matching full:oldvalues
1714 ContentValues oldValues = new ContentValues();1744 oldValues.put(Events.DTSTART, oldStartMillis);1745 oldValues.put(Events.DURATION, oldDuration);1746 oldValues.put(Events.RRULE, mEventRecurrence.toString());1747 Builder b = ContentProviderOperation.newUpdate(uri).withValues(oldValues);