Home
last modified time | relevance | path

Searched refs:buildDiffWrapper (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java150 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()
DRawContactModifierTests.java386 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 …]
DRawContactDeltaListTests.java180 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()
DValuesDeltaTests.java51 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffInsert()
84 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffUpdate()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java529 public void buildDiffWrapper(ArrayList<CPOWrapper> buildInto) { in buildDiffWrapper() method in RawContactDelta
546 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()
DRawContactDeltaList.java128 public ArrayList<CPOWrapper> buildDiffWrapper() { in buildDiffWrapper() method in RawContactDeltaList
153 delta.buildDiffWrapper(diffWrapper); in buildDiffWrapper()
DValuesDelta.java422 public BuilderWrapper buildDiffWrapper(Uri targetUri) { in buildDiffWrapper() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java522 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact()