Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1151 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1155 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1159 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1171 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1177 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); 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()
[all …]
DContactAggregator2Test.java1159 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1163 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1167 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1179 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1185 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); 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()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4213 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfilePhoto()
4221 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfileDisplayPhoto()
4233 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
6692 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion()
6695 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountDeletion()
7212 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal)); in testGetPhotoUri()
7229 insertPhoto(rawContactId, R.drawable.earth_small); in testGetPhotoViaLookupUri()
7254 insertPhoto(rawContactId); in testInputStreamForPhoto()
7275 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal); in testSuperPrimaryPhoto()
7279 Uri photoUri2 = insertPhoto(rawContactId2, R.drawable.earth_normal); in testSuperPrimaryPhoto()
[all …]
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
1632 insertPhoto(rawContactId); in build()
1649 private void insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test.GoldenContactBuilder