Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java595 addMembersToGroup(resolver, rawContactsToAdd, ContentUris.parseId(groupUri)); in createGroup()
724 addMembersToGroup(resolver, rawContactsToAdd, groupId); in updateGroup()
732 private static void addMembersToGroup(ContentResolver resolver, long[] rawContactsToAdd, in addMembersToGroup() method in ContactSaveService