Home
last modified time | relevance | path

Searched refs:updateGroups (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java1037 count = updateGroups(id, values); in update()
1139 private int updateGroups(long groupId, ContentValues values) { in updateGroups() method in LegacyApiSupport
DContactsProvider2.java3976 count = updateGroups(values, appendAccountIdToSelection(uri, selection), in updateInTransaction()
3989 count = updateGroups(values, selectionWithId, selectionArgs, callerIsSyncAdapter); in updateInTransaction()
4193 private int updateGroups(ContentValues originalValues, String selectionWithId, in updateGroups() method in ContactsProvider2