Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1151 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1159 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1171 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1183 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1202 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1210 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1224 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1233 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
1255 insertPhoto(rawContactId2, R.drawable.earth_small); in testChooseFilePhotoOverThumbnail()
1268 insertPhoto(rawContactId1, R.drawable.earth_normal); in testFallbackToAccountPriorityForSamePhoto()
[all …]
H A DContactAggregator2Test.java1159 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1167 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1179 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1191 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1210 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1218 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1232 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1241 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
1263 insertPhoto(rawContactId2, R.drawable.earth_small); in testChooseFilePhotoOverThumbnail()
1276 insertPhoto(rawContactId1, R.drawable.earth_normal); in testFallbackToAccountPriorityForSamePhoto()
[all …]
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java3879 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfilePhoto()
3887 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfileDisplayPhoto()
3899 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
6347 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion()
6350 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountDeletion()
6819 insertPhoto(rawContactId, R.drawable.earth_small); in testGetPhotoViaLookupUri()
6844 insertPhoto(rawContactId); in testInputStreamForPhoto()
6967 insertPhoto(rawContactId, R.drawable.earth_normal); in testOpenDisplayPhotoForContactId()
7057 insertPhoto(rawContactId, R.drawable.earth_small); in testPhotoUriForThumbnailPhoto()
7125 insertPhoto(rawContactId, R.drawable.earth_large); in testWriteUpdatedPhotoToAssetFile()
[all …]
H A DBaseContactsProvider2Test.java382 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
391 protected Uri insertPhoto(long rawContactId, int resourceId) { in insertPhoto() method in BaseContactsProvider2Test
1628 insertPhoto(rawContactId); in build()
1645 private void insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test.GoldenContactBuilder