Searched refs:insertStreamItemPhoto (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 4916 insertStreamItemPhoto(streamItemId, photo1Values, null); in testQueryStreamItemPhotoWithSelection() 4919 insertStreamItemPhoto(streamItemId, photo2Values, null); in testQueryStreamItemPhotoWithSelection() 4941 insertStreamItemPhoto(firstStreamItemId, photo1Values, null); in testQueryStreamItemPhotoByStreamItemId() 4948 insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemId() 4972 resultUri = insertStreamItemPhoto(firstStreamItemId, photo1Values, null); in testQueryStreamItemPhotoByStreamItemPhotoId() 4980 resultUri = insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemPhotoId() 5178 resultUri = insertStreamItemPhoto(streamItemId, photoValues, null); in testUpdateStreamItemPhotoById() 5206 resultUri = insertStreamItemPhoto(streamItemId, photoValues, null); in testUpdateStreamItemPhotoWithContentValues() 5275 insertStreamItemPhoto(streamItemId, buildGenericStreamItemPhotoValues(0), null)); in testDeleteStreamItemPhotoById() 5300 insertStreamItemPhoto(streamItemId, firstPhotoValues, null); in testDeleteStreamItemPhotoWithSelection() [all …]
|
D | BaseContactsProvider2Test.java | 479 protected Uri insertStreamItemPhoto(long streamItemId, ContentValues values, Account account) { in insertStreamItemPhoto() method in BaseContactsProvider2Test
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 2566 id = insertStreamItemPhoto(uri, values); in insertInTransaction() 2573 id = insertStreamItemPhoto(uri, values); in insertInTransaction() 2882 private long insertStreamItemPhoto(Uri uri, ContentValues inputValues) { in insertStreamItemPhoto() method in ContactsProvider2
|