Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java115 static RawContactDeltaList buildSet(RawContactDelta... deltas) { in buildSet() method in RawContactDeltaListTests
324 final RawContactDeltaList set = buildSet(insert); in testInsert()
335 final RawContactDeltaList set = buildSet(updateFirst, updateSecond); in testUpdateUpdate()
346 final RawContactDeltaList set = buildSet(update, insert); in testUpdateInsert()
358 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond); in testInsertUpdateInsert()
370 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird); in testInsertInsertInsert()
379 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
381 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert()
390 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
392 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert()
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/data/repository/v31/
DRoleRepository.kt50 return@withContext buildSet { in getExemptedPackages()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/user/
DUserMonitor.kt412 buildSet { in <lambda>()
414 return@buildSet // Parent profile can always be accessed by children in <lambda>()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DSelectionImplTest.kt43 buildSet<SelectionData> { in <lambda>()
DGrantsAwareSelectionTest.kt47 buildSet<SelectionData> { in <lambda>()