Searched refs:rawContactOperations (Results 1 – 1 of 1) sorted by relevance
969 final ArrayList<ContentProviderOperation> rawContactOperations = in addMembersToGroup() local980 rawContactOperations.add(assertBuilder.build()); in addMembersToGroup()988 rawContactOperations.add(insertBuilder.build()); in addMembersToGroup()991 for (ContentProviderOperation operation : rawContactOperations) { in addMembersToGroup()997 if (!rawContactOperations.isEmpty()) { in addMembersToGroup()998 resolver.applyBatch(ContactsContract.AUTHORITY, rawContactOperations); in addMembersToGroup()