Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4871 ContentValues firstValues = buildGenericStreamItemValues(); in testQueryStreamItemsWithSelection() local
4872 insertStreamItem(rawContactId, firstValues, null); in testQueryStreamItemsWithSelection()
4880 new String[]{"Hello world"}, firstValues); in testQueryStreamItemsWithSelection()
4889 ContentValues firstValues = buildGenericStreamItemValues(); in testQueryStreamItemById() local
4890 Uri resultUri = insertStreamItem(rawContactId, firstValues, null); in testQueryStreamItemById()
4900 firstValues); in testQueryStreamItemById() local
4930 ContentValues firstValues = buildGenericStreamItemValues(); in testQueryStreamItemPhotoByStreamItemId() local
4931 Uri resultUri = insertStreamItem(rawContactId, firstValues, null); in testQueryStreamItemPhotoByStreamItemId()
4961 ContentValues firstValues = buildGenericStreamItemValues(); in testQueryStreamItemPhotoByStreamItemPhotoId() local
4962 Uri resultUri = insertStreamItem(rawContactId, firstValues, null); in testQueryStreamItemPhotoByStreamItemPhotoId()
[all …]