Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4918 ContentValues photo2Values = buildGenericStreamItemPhotoValues(2); in testQueryStreamItemPhotoWithSelection() local
4919 insertStreamItemPhoto(streamItemId, photo2Values, null); in testQueryStreamItemPhotoWithSelection()
4945 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1); in testQueryStreamItemPhotoByStreamItemId() local
4946 photo2Values.put(StreamItemPhotos.PHOTO, loadPhotoFromResource( in testQueryStreamItemPhotoByStreamItemId()
4948 insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemId()
4949 photo2Values.remove(StreamItemPhotos.PHOTO); // Removed during processing. in testQueryStreamItemPhotoByStreamItemId()
4954 StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), photo2Values); in testQueryStreamItemPhotoByStreamItemId() local
4977 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1); in testQueryStreamItemPhotoByStreamItemPhotoId() local
4978 photo2Values.put(StreamItemPhotos.PHOTO, loadPhotoFromResource( in testQueryStreamItemPhotoByStreamItemPhotoId()
4980 resultUri = insertStreamItemPhoto(secondStreamItemId, photo2Values, null); in testQueryStreamItemPhotoByStreamItemPhotoId()
[all …]