Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2664 final ContentValues cv5 = new ContentValues(); in testContactablesMultipleQuery() local
2665 cv5.put(Contacts.DISPLAY_NAME, "John Doe"); in testContactablesMultipleQuery()
2666 cv5.put(Data.MIMETYPE, Email.CONTENT_ITEM_TYPE); in testContactablesMultipleQuery()
2667 cv5.put(Email.DATA, "doeadeer@afemaledeer.com"); in testContactablesMultipleQuery()
2668 cv5.put(Email.TYPE, Email.TYPE_HOME); in testContactablesMultipleQuery()
2669 cv5.putNull(Email.LABEL); in testContactablesMultipleQuery()
2689 assertStoredValues(filterUri4, cv5, cv6); in testContactablesMultipleQuery()
2692 assertStoredValues(filterUri5, cv5, cv6); in testContactablesMultipleQuery()
2695 assertStoredValues(filterUri6, cv1, cv2, cv3, cv5, cv6); in testContactablesMultipleQuery()
2702 assertStoredValues(filterUri8, cv1, cv2, cv3, cv4, cv5, cv6); in testContactablesMultipleQuery()
[all …]