Searched refs:rawContactOperations (Results 1 – 1 of 1) sorted by relevance
965 final ArrayList<ContentProviderOperation> rawContactOperations = in addMembersToGroup() local976 rawContactOperations.add(assertBuilder.build()); in addMembersToGroup()984 rawContactOperations.add(insertBuilder.build()); in addMembersToGroup()987 for (ContentProviderOperation operation : rawContactOperations) { in addMembersToGroup()993 if (!rawContactOperations.isEmpty()) { in addMembersToGroup()994 resolver.applyBatch(ContactsContract.AUTHORITY, rawContactOperations); in addMembersToGroup()