Searched refs:subOps (Results 1 – 1 of 1) sorted by relevance
576 final ArrayList<ContentProviderOperation> subOps = in flushOperations() local579 subOps.clear(); in flushOperations()585 subOps.addAll(mOperations.subList(0, transactionSize)); in flushOperations()589 mContentResolver.applyBatch(EmailContent.AUTHORITY, subOps); in flushOperations()590 mOperations.removeAll(subOps); in flushOperations()