Home | History | Annotate | Download | only in calendar

Lines Matching refs:oldValues

1925         ContentValues oldValues = new ContentValues();
1955 oldValues.put(Events.DTSTART, oldStartMillis);
1956 oldValues.put(Events.DURATION, oldDuration);
1957 oldValues.put(Events.RRULE, mEventRecurrence.toString());
1958 Builder b = ContentProviderOperation.newUpdate(uri).withValues(oldValues);