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.java2026 * Update an integer column for a group of conversations (see updateValues below)
2036 return updateValues(conversations, cv);
2040 * Update a string column for a group of conversations (see updateValues below)
2046 return updateValues(conversations, cv);
2050 * Update a string column for a group of conversations (see updateValues below)
2062 * Update a string columns for a group of conversations (see updateValues below)
2070 return updateValues(conversations, cv);
2080 public int updateValues(Collection<Conversation> conversations, ContentValues values) { method in class:ConversationCursor
2081 return updateValues(conversations, values, null);
2084 public int updateValues(Collectio method in class:ConversationCursor
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1652 ContentValues updateValues = new ContentValues();
1706 updateValues.put(Events.RRULE, origRecurrence.toString());
1707 updateValues.put(Events.DTSTART, dtstart.normalize(true));
1708 return updateValues;
3468 * @param updateValues The new values to apply. Not all columns need be represented.
3475 ContentValues updateValues, String selection, String[] selectionArgs,
3539 values.putAll(updateValues);
3734 * @param updateValues The changes to apply to each event.
3738 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, argument
3744 updateValues
3474 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]

Completed in 79 milliseconds