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.java1116 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1120 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1124 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1136 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1142 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetAfterAggregation()
1148 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1167 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1175 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1189 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1198 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
[all …]
DContactAggregator2Test.java1125 insertPhoto(rawContactId1); in testChoosePhotoSetBeforeAggregation()
1129 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetBeforeAggregation()
1133 insertPhoto(rawContactId3); in testChoosePhotoSetBeforeAggregation()
1145 insertPhoto(rawContactId1); in testChoosePhotoSetAfterAggregation()
1151 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhotoSetAfterAggregation()
1157 insertPhoto(rawContactId3); in testChoosePhotoSetAfterAggregation()
1176 insertPhoto(rawContactId1, R.drawable.earth_normal)); in testChooseLargerPhotoByDimensions()
1184 insertPhoto(rawContactId2, R.drawable.earth_200); in testChooseLargerPhotoByDimensions()
1198 insertPhoto(rawContactId1, R.drawable.nebula)); in testChooseLargerPhotoByFileSize()
1207 insertPhoto(rawContactId2, R.drawable.galaxy); in testChooseLargerPhotoByFileSize()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java374 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
383 protected Uri insertPhoto(long rawContactId, int resourceId) { in insertPhoto() method in BaseContactsProvider2Test
1605 insertPhoto(rawContactId);
1622 private void insertPhoto(long rawContactId) {
DContactsProvider2Test.java4241 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfilePhoto()
4249 insertPhoto(rawContactId, R.drawable.earth_normal); in testLoadProfileDisplayPhoto()
4261 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
6692 Uri photoUri1 = insertPhoto(rawContactId1); in testAccountDeletion()
6695 Uri photoUri2 = insertPhoto(rawContactId2); in testAccountDeletion()
7199 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal)); in testGetPhotoUri()
7216 insertPhoto(rawContactId, R.drawable.earth_small); in testGetPhotoViaLookupUri()
7241 insertPhoto(rawContactId); in testInputStreamForPhoto()
7262 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal); in testSuperPrimaryPhoto()
7266 Uri photoUri2 = insertPhoto(rawContactId2, R.drawable.earth_normal); in testSuperPrimaryPhoto()
[all …]