Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java114 static RawContactDeltaList buildSet(RawContactDelta... deltas) { in buildSet() method in RawContactDeltaListTests
323 final RawContactDeltaList set = buildSet(insert); in testInsert()
334 final RawContactDeltaList set = buildSet(updateFirst, updateSecond); in testUpdateUpdate()
345 final RawContactDeltaList set = buildSet(update, insert); in testUpdateInsert()
357 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond); in testInsertUpdateInsert()
369 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird); in testInsertInsertInsert()
378 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
389 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
391 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
[all …]