Searched refs:updateGroups (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 1008 count = updateGroups(id, values); in update() 1105 private int updateGroups(long groupId, ContentValues values) { in updateGroups() method in LegacyApiSupport
|
D | ContactsProvider2.java | 4100 count = updateGroups(values, appendAccountIdToSelection(uri, selection), in updateInTransaction() 4113 count = updateGroups(values, selectionWithId, selectionArgs, callerIsSyncAdapter); in updateInTransaction() 4333 private int updateGroups(ContentValues originalValues, String selectionWithId, in updateGroups() method in ContactsProvider2
|