Searched refs:buildDiffWrapper (Results 1 – 8 of 8) sorted by relevance
153 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffDelete()171 source.buildDiffWrapper(diff); in testEntityDiffNone()190 source.buildDiffWrapper(diff); in testEntityDiffNoneInsert()233 source.buildDiffWrapper(diff); in testEntityDiffUpdateInsert()276 source.buildDiffWrapper(diff); in testEntityDiffNoneUpdate()312 source.buildDiffWrapper(diff); in testEntityDiffDelete()338 source.buildDiffWrapper(diff); in testEntityDiffInsert()367 source.buildDiffWrapper(diff); in testEntityDiffInsertInsert()
393 state.buildDiffWrapper(diff); in testTrimEmptySingle()417 state.buildDiffWrapper(diff); in testTrimEmptySingle()496 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()502 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()521 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()528 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()552 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()575 state.buildDiffWrapper(diff); in testTrimInsertEmpty()587 state.buildDiffWrapper(diff); in testTrimInsertEmpty()605 state.buildDiffWrapper(diff); in testTrimInsertInsert()[all …]
184 delta.buildDiffWrapper(diff); in assertDiffPattern()189 assertDiffPattern(set.buildDiffWrapper(), pattern); in assertDiffPattern()324 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert()335 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate()346 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert()358 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert()370 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert()
51 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffInsert()84 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffUpdate()
529 public void buildDiffWrapper(ArrayList<CPOWrapper> buildInto) { in buildDiffWrapper() method in RawContactDelta546 BuilderWrapper bw = mValues.buildDiffWrapper(mContactsQueryUri); in buildDiffWrapper()557 bw = child.buildDiffWrapper(Uri.withAppendedPath(Profile.CONTENT_URI, in buildDiffWrapper()560 bw = child.buildDiffWrapper(Data.CONTENT_URI); in buildDiffWrapper()
218 public ArrayList<CPOWrapper> buildDiffWrapper() { in buildDiffWrapper() method in RawContactDeltaList243 delta.buildDiffWrapper(diffWrapper); in buildDiffWrapper()
420 public BuilderWrapper buildDiffWrapper(Uri targetUri) { in buildDiffWrapper() method in ValuesDelta
431 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact()