Searched defs:maxOpsPerBatch (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DEmailSyncParser.java787 public void commitImpl(int maxOpsPerBatch) argument
794 LogUtils.d(TAG, "commitImpl: maxOpsPerBatch=%d numFetched=%d numNew=%d "
796 maxOpsPerBatch,
835 applyBatchIfNeeded(ops, maxOpsPerBatch, false);
840 applyBatchIfNeeded(ops, maxOpsPerBatch, false);
847 applyBatchIfNeeded(ops, maxOpsPerBatch, false);
868 applyBatchIfNeeded(ops, maxOpsPerBatch, false);
878 applyBatchIfNeeded(ops, maxOpsPerBatch, true);
884 private void applyBatchIfNeeded(ArrayList<ContentProviderOperation> ops, int maxOpsPerBatch, argument
887 if (force || ops.size() >= maxOpsPerBatch) {
[all...]

Completed in 54 milliseconds