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.java796 addMembersToGroup(resolver, rawContactsToAdd, ContentUris.parseId(groupUri)); in createGroup()
950 addMembersToGroup(resolver, rawContactsToAdd, groupId); in updateGroup()
958 private void addMembersToGroup(ContentResolver resolver, long[] rawContactsToAdd, in addMembersToGroup() method in ContactSaveService