Home
last modified time | relevance | path

Searched refs:insertStreamItemPhoto (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5761 insertStreamItemPhoto(streamItemId, photo1Values, null); in testQueryStreamItemPhotoWithSelection()
5764 insertStreamItemPhoto(streamItemId, photo2Values, null); in testQueryStreamItemPhotoWithSelection()
5786 insertStreamItemPhoto(firstStreamItemId, photo1Values, null); in testQueryStreamItemPhotoByStreamItemId()
5793 insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemId()
5817 resultUri = insertStreamItemPhoto(firstStreamItemId, photo1Values, null); in testQueryStreamItemPhotoByStreamItemPhotoId()
5825 resultUri = insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemPhotoId()
6011 resultUri = insertStreamItemPhoto(streamItemId, photoValues, null); in testUpdateStreamItemPhotoById()
6039 resultUri = insertStreamItemPhoto(streamItemId, photoValues, null); in testUpdateStreamItemPhotoWithContentValues()
6108 insertStreamItemPhoto(streamItemId, buildGenericStreamItemPhotoValues(0), null)); in testDeleteStreamItemPhotoById()
6133 insertStreamItemPhoto(streamItemId, firstPhotoValues, null); in testDeleteStreamItemPhotoWithSelection()
[all …]
DBaseContactsProvider2Test.java485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto() method in BaseContactsProvider2Test
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2753 id = insertStreamItemPhoto(uri, values); in insertInTransaction()
2760 id = insertStreamItemPhoto(uri, values); in insertInTransaction()
3083 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() method in ContactsProvider2