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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorGrad.java181 mAdapters[i].updateValues(rep);
199 updateValues(rep);
204 public void updateValues(FilterGradRepresentation rep) { method in class:EditorGrad.ParamAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1992 * Update an integer column for a group of conversations (see updateValues below)
2002 return updateValues(conversations, cv);
2006 * Update a string column for a group of conversations (see updateValues below)
2012 return updateValues(conversations, cv);
2016 * Update a string column for a group of conversations (see updateValues below)
2028 * Update a string columns for a group of conversations (see updateValues below)
2036 return updateValues(conversations, cv);
2046 public int updateValues(Collection<Conversation> conversations, ContentValues values) { method in class:ConversationCursor
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1649 ContentValues updateValues = new ContentValues();
1703 updateValues.put(Events.RRULE, origRecurrence.toString());
1704 updateValues.put(Events.DTSTART, dtstart.normalize(true));
1705 return updateValues;
3463 * @param updateValues The new values to apply. Not all columns need be represented.
3470 ContentValues updateValues, String selection, String[] selectionArgs,
3534 values.putAll(updateValues);
3729 * @param updateValues The changes to apply to each event.
3733 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, argument
3739 updateValues
3469 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]

Completed in 168 milliseconds