Searched refs:diffWrapper (Results 1 – 2 of 2) sorted by relevance
132 final ArrayList<CPOWrapper> diffWrapper = Lists.newArrayList(); in buildDiffWrapper() local139 delta.buildAssertWrapper(diffWrapper); in buildDiffWrapper()142 final int assertMark = diffWrapper.size(); in buildDiffWrapper()149 final int firstBatch = diffWrapper.size(); in buildDiffWrapper()153 delta.buildDiffWrapper(diffWrapper); in buildDiffWrapper()182 diffWrapper.add(new CPOWrapper(builder.build(), CompatUtils.TYPE_UPDATE)); in buildDiffWrapper()199 buildSplitContactDiffWrapper(diffWrapper, backRefs); in buildDiffWrapper()203 if (diffWrapper.size() == assertMark) { in buildDiffWrapper()204 diffWrapper.clear(); in buildDiffWrapper()207 Log.v(TAG, "buildDiff: ops=" + diffToStringWrapper(diffWrapper)); in buildDiffWrapper()[all …]
518 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact() local522 for (CPOWrapper cpoWrapper : diffWrapper) { in saveContact()552 final long rawContactId = getRawContactId(state, diffWrapper, results); in saveContact()558 insertedRawContactId = getInsertedRawContactId(diffWrapper, results); in saveContact()713 final ArrayList<CPOWrapper> diffWrapper, in getRawContactId() argument720 return getInsertedRawContactId(diffWrapper, results); in getRawContactId()727 final ArrayList<CPOWrapper> diffWrapper, final ContentProviderResult[] results) { in getInsertedRawContactId() argument731 final int diffSize = diffWrapper.size(); in getInsertedRawContactId()734 final CPOWrapper cpoWrapper = diffWrapper.get(i); in getInsertedRawContactId()