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/
DContactsContract_StructuredPhoneticName.java104 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority1()
141 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.java191 return new long[] {rawContact1.getContactId(), in setupThreeContacts()
192 rawContact2.getContactId(), rawContact3.getContactId()}; in setupThreeContacts()
DContactsContract_TestDataBuilder.java268 public long getContactId() { in getContactId() method in ContactsContract_TestDataBuilder.TestRawContact
297 return mRawContact.getContactId(); in getId()
302 return with(Contacts._ID, mRawContact.getContactId()).loadUsingValues(); in load()
DContactsContract_RawContactsTest.java108 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
125 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_DataTest.java227 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()
315 long contactId = rawContact.load().getContactId(); in testEntityProjection()
422 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()