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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactAggregatorTest.java818 insertPhoto(rawContactId1);
822 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2));
826 insertPhoto(rawContactId3);
838 insertPhoto(rawContactId1);
844 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2));
850 insertPhoto(rawContactId3);
869 insertPhoto(rawContactId1, R.drawable.earth_normal));
877 insertPhoto(rawContactId2, R.drawable.earth_200);
891 insertPhoto(rawContactId1, R.drawable.nebula));
900 insertPhoto(rawContactId
[all...]
H A DBaseContactsProvider2Test.java367 protected Uri insertPhoto(long rawContactId) { method in class:BaseContactsProvider2Test
376 protected Uri insertPhoto(long rawContactId, int resourceId) { method in class:BaseContactsProvider2Test
1407 insertPhoto(rawContactId);
1424 private void insertPhoto(long rawContactId) { method in class:BaseContactsProvider2Test.GoldenContactBuilder
H A DContactsProvider2Test.java2021 insertPhoto(rawContactId, R.drawable.earth_normal);
2029 insertPhoto(rawContactId, R.drawable.earth_normal);
2041 Uri photoUri = insertPhoto(rawContactId);
4456 Uri photoUri1 = insertPhoto(rawContactId1);
4458 Uri photoUri2 = insertPhoto(rawContactId2);
4691 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal));
4708 insertPhoto(rawContactId, R.drawable.earth_small);
4731 insertPhoto(rawContactId);
4756 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal);
4760 Uri photoUri2 = insertPhoto(rawContactId
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java175 insertPhoto(imageValues, rawContactDataUri, true);
211 private void insertPhoto(ContentValues values, Uri rawContactDataUri, method in class:AttachPhotoActivity
277 insertPhoto(values, rawContactDataUri, false);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java1053 insertPhoto(c, insert, photoIdUpdate);
1062 private void insertPhoto(Cursor c, SQLiteStatement insert, SQLiteStatement photoIdUpdate) { method in class:LegacyContactImporter

Completed in 330 milliseconds