Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java153 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()
DRawContactModifierTests.java393 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 …]
DRawContactDeltaListTests.java184 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()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
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/ContactsCommon/src/com/android/contacts/common/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.java218 public ArrayList<CPOWrapper> buildDiffWrapper() { in buildDiffWrapper() method in RawContactDeltaList
243 delta.buildDiffWrapper(diffWrapper); in buildDiffWrapper()
DValuesDelta.java420 public BuilderWrapper buildDiffWrapper(Uri targetUri) { in buildDiffWrapper() method in ValuesDelta
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java431 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper(); in saveContact()