Home
last modified time | relevance | path

Searched refs:insertPhoto (Results 1 – 5 of 5) 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/
DUnSyncAccountsTest.java82 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountUnSynced()
85 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountUnSynced()
DContactsProvider2Test.java4237 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfilePhoto()
4246 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfileDisplayPhoto()
4259 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
6932 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion()
6935 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountDeletion()
7566 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal)); in testGetPhotoUri()
7584 insertPhoto(rawContactId, R.drawable.earth_small); in testGetPhotoViaLookupUri()
7610 insertPhoto(rawContactId); in testInputStreamForPhoto()
7632 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal); in testSuperPrimaryPhoto()
7636 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
1744 insertPhoto(rawContactId); in build()
1761 private void insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test.GoldenContactBuilder