Searched refs:buildDiffWrapper (Results 1 – 8 of 8) sorted by relevance
150 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffDelete()168 source.buildDiffWrapper(diff); in testEntityDiffNone()187 source.buildDiffWrapper(diff); in testEntityDiffNoneInsert()230 source.buildDiffWrapper(diff); in testEntityDiffUpdateInsert()273 source.buildDiffWrapper(diff); in testEntityDiffNoneUpdate()309 source.buildDiffWrapper(diff); in testEntityDiffDelete()335 source.buildDiffWrapper(diff); in testEntityDiffInsert()364 source.buildDiffWrapper(diff); in testEntityDiffInsertInsert()
386 state.buildDiffWrapper(diff); in testTrimEmptySingle()410 state.buildDiffWrapper(diff); in testTrimEmptySingle()489 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()495 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()514 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()521 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()545 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()568 state.buildDiffWrapper(diff); in testTrimInsertEmpty()580 state.buildDiffWrapper(diff); in testTrimInsertEmpty()598 state.buildDiffWrapper(diff); in testTrimInsertInsert()[all …]
180 delta.buildDiffWrapper(diff); in assertDiffPattern()185 assertDiffPattern(set.buildDiffWrapper(), pattern); in assertDiffPattern()327 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert()338 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate()349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert()361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert()373 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()
128 public ArrayList<CPOWrapper> buildDiffWrapper() { in buildDiffWrapper() method in RawContactDeltaList153 delta.buildDiffWrapper(diffWrapper); in buildDiffWrapper()
422 public BuilderWrapper buildDiffWrapper(Uri targetUri) { in buildDiffWrapper() method in ValuesDelta
522 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact()