Searched refs:insertStreamItemPhoto (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactsProvider2Test.java | 5320 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 D | BaseContactsProvider2Test.java | 485 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 D | ContactsProvider2.java | 2750 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
|