Searched refs:insertPhoto (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/ |
D | AttachImage.java | 167 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/ |
D | ContactAggregatorTest.java | 612 insertPhoto(rawContactId1); in testChoosePhoto() 618 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2)); in testChoosePhoto() 624 insertPhoto(rawContactId3); in testChoosePhoto()
|
D | ContactsProvider2Test.java | 469 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()
|
D | BaseContactsProvider2Test.java | 274 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyContactImporter.java | 923 insertPhoto(c, insert, photoIdUpdate); in importPhotos() 930 private void insertPhoto(Cursor c, SQLiteStatement insert, SQLiteStatement photoIdUpdate) { in insertPhoto() method in LegacyContactImporter
|