Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1331 ContentValues values4 = new ContentValues(); in testPhonesFilterQueryInter() local
1332 values4.put(Contacts.DISPLAY_NAME, "Hot Tamale"); in testPhonesFilterQueryInter()
1333 values4.put(Data.MIMETYPE, SipAddress.CONTENT_ITEM_TYPE); in testPhonesFilterQueryInter()
1334 values4.put(SipAddress.SIP_ADDRESS, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()
1340 assertStoredValues(filterUri1, new ContentValues[] {values, values4, values5}); in testPhonesFilterQueryInter()
1342 assertStoredValues(filterUri7, new ContentValues[] {values4, values5}); in testPhonesFilterQueryInter()
1343 assertStoredValues(filterUri8, values4); in testPhonesFilterQueryInter()
2850 ContentValues values4 = new ContentValues(); in testQueryContactStrequent() local
2851 final long rawContactId4 = createRawContact(values4, "Fay", "Veritt", null, in testQueryContactStrequent()
2857 assertStoredValues(Contacts.CONTENT_STREQUENT_URI, values4); in testQueryContactStrequent()
[all …]