Home
last modified time | relevance | path

Searched refs:buildAssertWrapper (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java186 source.buildAssertWrapper(diff); in testEntityDiffNoneInsert()
229 source.buildAssertWrapper(diff); in testEntityDiffUpdateInsert()
272 source.buildAssertWrapper(diff); in testEntityDiffNoneUpdate()
308 source.buildAssertWrapper(diff); in testEntityDiffDelete()
334 source.buildAssertWrapper(diff); in testEntityDiffInsert()
363 source.buildAssertWrapper(diff); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java179 delta.buildAssertWrapper(diff); in assertDiffPattern()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java139 delta.buildAssertWrapper(diffWrapper); in buildDiffWrapper()
DRawContactDelta.java427 public void buildAssertWrapper(ArrayList<CPOWrapper> buildInto) { in buildAssertWrapper() method in RawContactDelta