Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2587 final ContentValues cv2 = new ContentValues(); in testContactablesQuery() local
2588 cv2.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in testContactablesQuery()
2589 cv2.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testContactablesQuery()
2590 cv2.put(Phone.DATA, "510-123-5769"); in testContactablesQuery()
2591 cv2.put(Phone.TYPE, Phone.TYPE_HOME); in testContactablesQuery()
2592 cv2.putNull(Phone.LABEL); in testContactablesQuery()
2598 assertStoredValues(filterUri1, cv1, cv2); in testContactablesQuery()
2601 assertStoredValues(filterUri2, cv1, cv2); in testContactablesQuery()
2604 assertStoredValues(filterUri3, cv1, cv2); in testContactablesQuery()
2607 assertStoredValues(filterUri4, cv1, cv2); in testContactablesQuery()
[all …]