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.java1050 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1054 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1058 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1070 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1076 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetAfterAggregation()
1082 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1101 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1109 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1123 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1132 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
[all …]
DContactAggregator2Test.java1048 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1052 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1056 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1068 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1074 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetAfterAggregation()
1080 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1099 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1107 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1121 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1130 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4105 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfilePhoto()
4113 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfileDisplayPhoto()
4125 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
6706 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion()
6709 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountDeletion()
7161 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal)); in testGetPhotoUri()
7178 insertPhoto(rawContactId, R.drawable.earth_small); in testGetPhotoViaLookupUri()
7203 insertPhoto(rawContactId); in testInputStreamForPhoto()
7224 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal); in testSuperPrimaryPhoto()
7228 Uri photoUri2 = insertPhoto(rawContactId2, R.drawable.earth_normal); in testSuperPrimaryPhoto()
[all …]
DBaseContactsProvider2Test.java400 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
409 protected Uri insertPhoto(long rawContactId, int resourceId) { in insertPhoto() method in BaseContactsProvider2Test
1730 insertPhoto(rawContactId); in build()
1747 private void insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test.GoldenContactBuilder