Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java376 protected Uri insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test
385 protected Uri insertPhoto(long rawContactId, int resourceId) { in insertPhoto() method in BaseContactsProvider2Test
1573 private void insertPhoto(long rawContactId) { in insertPhoto() method in BaseContactsProvider2Test.GoldenContactBuilder