Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_StructuredPhoneticName.java110 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority1()
147 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority2()
DContactsContract_IsSuperPrimaryName.java100 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testInner_displayNameFromIsSuperPrimary()
161 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testIsSuperPrimaryName_mergeBothSuperPrimary()
DContactsContract_AggregationSuggestionsTest.java190 return new long[] {rawContact1.getContactId(), in setupThreeContacts()
191 rawContact2.getContactId(), rawContact3.getContactId()}; in setupThreeContacts()
DContactsContract_TestDataBuilder.java276 public long getContactId() { in getContactId() method in ContactsContract_TestDataBuilder.TestRawContact
305 return mRawContact.getContactId(); in getId()
310 return with(Contacts._ID, mRawContact.getContactId()).loadUsingValues(); in load()
DContactsContract_RawContactsTest.java103 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
120 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_DataTest.java226 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()
316 long contactId = rawContact.load().getContactId(); in testEntityProjection()
425 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()