Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DAttachImage.java167 insertPhoto(imageValues, rawContactDataUri, true); in onActivityResult()
181 private void insertPhoto(ContentValues values, Uri rawContactDataUri, in insertPhoto() method in AttachImage
244 insertPhoto(values, rawContactDataUri, false); in updatePhoto()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactAggregatorTest.java612 insertPhoto(rawContactId1); in testChoosePhoto()
618 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhoto()
624 insertPhoto(rawContactId3); in testChoosePhoto()
DContactsProvider2Test.java469 Uri photoUri = insertPhoto(rawContactId); in testPhonesWithStatusUpdate()
1443 Uri photoUri = insertPhoto(rawContactId); in testGetPhotoUri()
1454 Uri photoUri1 = insertPhoto(rawContactId1); in testSuperPrimaryPhoto()
1458 Uri photoUri2 = insertPhoto(rawContactId2); in testSuperPrimaryPhoto()
1642 Uri photoUri = insertPhoto(rawContactId); in createContact()
DBaseContactsProvider2Test.java274 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyContactImporter.java923 insertPhoto(c, insert, photoIdUpdate); in importPhotos()
930 private void insertPhoto(Cursor c, SQLiteStatement insert, SQLiteStatement photoIdUpdate) { in insertPhoto() method in LegacyContactImporter