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.java2033 * Update an integer column for a group of conversations (see updateValues below)
2043 return updateValues(conversations, cv);
2047 * Update a string column for a group of conversations (see updateValues below)
2053 return updateValues(conversations, cv);
2057 * Update a string column for a group of conversations (see updateValues below)
2069 * Update a string columns for a group of conversations (see updateValues below)
2077 return updateValues(conversations, cv);
2087 public int updateValues(Collection<Conversation> conversations, ContentValues values) { method in class:ConversationCursor
2088 return updateValues(conversations, values, null);
2091 public int updateValues(Collectio method in class:ConversationCursor
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1616 ContentValues updateValues = new ContentValues();
1670 updateValues.put(Events.RRULE, origRecurrence.toString());
1671 updateValues.put(Events.DTSTART, dtstart.normalize(true));
1672 return updateValues;
3459 * @param updateValues The new values to apply. Not all columns need be represented.
3466 ContentValues updateValues, String selection, String[] selectionArgs,
3530 values.putAll(updateValues);
3725 * @param updateValues The changes to apply to each event.
3729 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, argument
3735 updateValues
3465 updateEventRelatedTable(Uri uri, String table, boolean byId, ContentValues updateValues, String selection, String[] selectionArgs, boolean callerIsSyncAdapter) argument
[all...]

Completed in 223 milliseconds