Searched refs:buildDiffWrapper (Results 1 – 8 of 8) sorted by relevance
149 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffDelete()167 source.buildDiffWrapper(diff); in testEntityDiffNone()186 source.buildDiffWrapper(diff); in testEntityDiffNoneInsert()229 source.buildDiffWrapper(diff); in testEntityDiffUpdateInsert()272 source.buildDiffWrapper(diff); in testEntityDiffNoneUpdate()308 source.buildDiffWrapper(diff); in testEntityDiffDelete()334 source.buildDiffWrapper(diff); in testEntityDiffInsert()363 source.buildDiffWrapper(diff); in testEntityDiffInsertInsert()
385 state.buildDiffWrapper(diff); in testTrimEmptySingle()409 state.buildDiffWrapper(diff); in testTrimEmptySingle()488 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()494 state.buildDiffWrapper(diff); in testTrimEmptyUntouched()513 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()520 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()544 state.buildDiffWrapper(diff); in testTrimEmptyAfterUpdate()567 state.buildDiffWrapper(diff); in testTrimInsertEmpty()579 state.buildDiffWrapper(diff); in testTrimInsertEmpty()597 state.buildDiffWrapper(diff); in testTrimInsertInsert()[all …]
175 delta.buildDiffWrapper(diff); in assertDiffPattern()180 assertDiffPattern(set.buildDiffWrapper(), pattern); in assertDiffPattern()315 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert()326 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate()337 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert()349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert()361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert()
50 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffInsert()83 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
518 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact()