Searched defs:updateGroups (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java1036 count = updateGroups(id, values);
1138 private int updateGroups(long groupId, ContentValues values) { method in class:LegacyApiSupport
H A DContactsProvider2.java3818 count = updateGroups(uri, values, appendAccountIdToSelection(uri, selection),
3831 count = updateGroups(uri, values, selectionWithId, selectionArgs,
4035 private int updateGroups(Uri uri, ContentValues originalValues, String selectionWithId, method in class:ContactsProvider2

Completed in 39 milliseconds