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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java970 insertPhoto(rawContactId1);
974 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2));
978 insertPhoto(rawContactId3);
990 insertPhoto(rawContactId1);
996 long cupcakeId = ContentUris.parseId(insertPhoto(rawContactId2));
1002 insertPhoto(rawContactId3);
1021 insertPhoto(rawContactId1, R.drawable.earth_normal));
1029 insertPhoto(rawContactId2, R.drawable.earth_200);
1043 insertPhoto(rawContactId1, R.drawable.nebula));
1052 insertPhoto(rawContactId
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java2645 insertPhoto(rawContactId, R.drawable.earth_normal);
2653 insertPhoto(rawContactId, R.drawable.earth_normal);
2665 Uri photoUri = insertPhoto(rawContactId);
5204 Uri photoUri1 = insertPhoto(rawContactId1);
5206 Uri photoUri2 = insertPhoto(rawContactId2);
5439 long dataId = ContentUris.parseId(insertPhoto(rawContactId, R.drawable.earth_normal));
5456 insertPhoto(rawContactId, R.drawable.earth_small);
5481 insertPhoto(rawContactId);
5502 Uri photoUri1 = insertPhoto(rawContactId1, R.drawable.earth_normal);
5506 Uri photoUri2 = insertPhoto(rawContactId
[all...]
H A DBaseContactsProvider2Test.java399 protected Uri insertPhoto(long rawContactId) { method in class:BaseContactsProvider2Test
408 protected Uri insertPhoto(long rawContactId, int resourceId) { method in class:BaseContactsProvider2Test
1507 insertPhoto(rawContactId);
1524 private void insertPhoto(long rawContactId) { method in class:BaseContactsProvider2Test.GoldenContactBuilder

Completed in 70 milliseconds