Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java5320 insertStreamItemPhoto(streamItemId, photo1Values, null); in testQueryStreamItemPhotoWithSelection()
5323 insertStreamItemPhoto(streamItemId, photo2Values, null); in testQueryStreamItemPhotoWithSelection()
5345 insertStreamItemPhoto(firstStreamItemId, photo1Values, null); in testQueryStreamItemPhotoByStreamItemId()
5352 insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemId()
5570 resultUri = insertStreamItemPhoto(streamItemId, photoValues, null); in testUpdateStreamItemPhotoById()
5692 insertStreamItemPhoto(streamItemId, firstPhotoValues, null); in testDeleteStreamItemPhotoWithSelection()
5694 insertStreamItemPhoto(streamItemId, secondPhotoValues, null); in testDeleteStreamItemPhotoWithSelection()
6394 Uri doomedStreamItemPhotoUri = insertStreamItemPhoto( in testStreamItemsCleanedUpOnAccountRemoval()
6402 Uri safeStreamItemPhotoUri = insertStreamItemPhoto( in testStreamItemsCleanedUpOnAccountRemoval()
7237 Uri streamItemPhotoUri = insertStreamItemPhoto( in testPhotoStoreCleanup()
[all …]
H A DBaseContactsProvider2Test.java485 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto() method in BaseContactsProvider2Test
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2750 id = insertStreamItemPhoto(uri, values); in insertInTransaction()
2757 id = insertStreamItemPhoto(uri, values); in insertInTransaction()
3071 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() method in ContactsProvider2