Searched refs:getContactId (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_StructuredPhoneticName.java | 104 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority1() 141 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority2()
|
D | ContactsContract_IsSuperPrimaryName.java | 100 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testInner_displayNameFromIsSuperPrimary() 161 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testIsSuperPrimaryName_mergeBothSuperPrimary()
|
D | ContactsContract_AggregationSuggestionsTest.java | 191 return new long[] {rawContact1.getContactId(), in setupThreeContacts() 192 rawContact2.getContactId(), rawContact3.getContactId()}; in setupThreeContacts()
|
D | ContactsContract_TestDataBuilder.java | 268 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()
|
D | ContactsContract_RawContactsTest.java | 108 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId() 125 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
|
D | ContactsContract_DataTest.java | 227 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()
|