Searched defs:updateValues (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1582 ContentValues updateValues = new ContentValues();
1636 updateValues.put(Events.RRULE, origRecurrence.toString());
1637 updateValues.put(Events.DTSTART, dtstart.normalize(true));
1638 return updateValues;
3310 * @param updateValues The new values to apply. Not all columns need be represented.
3317 ContentValues updateValues, String selection, String[] selectionArgs,
3380 values.putAll(updateValues);
3574 * @param updateValues The changes to apply to each event.
3578 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, argument
3584 updateValues
3316 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]

Completed in 10 milliseconds