Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java4874 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemsWithSelection() local
4875 secondValues.put(StreamItems.TEXT, "Goodbye world"); in testQueryStreamItemsWithSelection()
4876 insertStreamItem(rawContactId, secondValues, null); in testQueryStreamItemsWithSelection()
4884 new String[]{"Goodbye world"}, secondValues); in testQueryStreamItemsWithSelection()
4893 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemById() local
4894 secondValues.put(StreamItems.TEXT, "Goodbye world"); in testQueryStreamItemById()
4895 resultUri = insertStreamItem(rawContactId, secondValues, null); in testQueryStreamItemById()
4904 secondValues); in testQueryStreamItemById() local
4935 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemPhotoByStreamItemId() local
4936 resultUri = insertStreamItem(rawContactId, secondValues, null); in testQueryStreamItemPhotoByStreamItemId()
[all …]