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.java185 source.buildAssertWrapper(diff); in testEntityDiffNoneInsert()
228 source.buildAssertWrapper(diff); in testEntityDiffUpdateInsert()
271 source.buildAssertWrapper(diff); in testEntityDiffNoneUpdate()
307 source.buildAssertWrapper(diff); in testEntityDiffDelete()
333 source.buildAssertWrapper(diff); in testEntityDiffInsert()
362 source.buildAssertWrapper(diff); in testEntityDiffInsertInsert()
DRawContactDeltaListTests.java174 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