Searched refs:rawContactOperations (Results 1 – 1 of 1) sorted by relevance
859 final ArrayList<ContentProviderOperation> rawContactOperations = in addMembersToGroup() local870 rawContactOperations.add(assertBuilder.build()); in addMembersToGroup()878 rawContactOperations.add(insertBuilder.build()); in addMembersToGroup()881 for (ContentProviderOperation operation : rawContactOperations) { in addMembersToGroup()887 if (!rawContactOperations.isEmpty()) { in addMembersToGroup()888 resolver.applyBatch(ContactsContract.AUTHORITY, rawContactOperations); in addMembersToGroup()