Searched refs:buildSet (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 115 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/ |
D | RoleRepository.kt | 50 return@withContext buildSet { in getExemptedPackages()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/user/ |
D | UserMonitor.kt | 412 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/ |
D | SelectionImplTest.kt | 43 buildSet<SelectionData> { in <lambda>()
|
D | GrantsAwareSelectionTest.kt | 47 buildSet<SelectionData> { in <lambda>()
|