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.java110 static RawContactDeltaList buildSet(RawContactDelta... deltas) { in buildSet() method in RawContactDeltaListTests
312 final RawContactDeltaList set = buildSet(insert); in testInsert()
323 final RawContactDeltaList set = buildSet(updateFirst, updateSecond); in testUpdateUpdate()
334 final RawContactDeltaList set = buildSet(update, insert); in testUpdateInsert()
346 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond); in testInsertUpdateInsert()
358 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird); in testInsertInsertInsert()
367 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
369 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
378 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
[all …]