Searched refs:cv6 (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 2671 final ContentValues cv6 = new ContentValues(); in testContactablesMultipleQuery() local 2672 cv6.put(Contacts.DISPLAY_NAME, "John Doe"); in testContactablesMultipleQuery() 2673 cv6.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); in testContactablesMultipleQuery() 2674 cv6.put(Phone.DATA, "518-354-1111"); in testContactablesMultipleQuery() 2675 cv6.put(Phone.TYPE, Phone.TYPE_HOME); in testContactablesMultipleQuery() 2676 cv6.putNull(Phone.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 …]
|