Searched refs:getContactId (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_StructuredPhoneticName.java | 110 Assert.assertEquals(rawContact1.getContactId(), rawContact2.getContactId()); in testPhoneticStructuredName_phoneticPriority1() 147 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 | 190 return new long[] {rawContact1.getContactId(), in setupThreeContacts() 191 rawContact2.getContactId(), rawContact3.getContactId()}; in setupThreeContacts()
|
D | ContactsContract_TestDataBuilder.java | 276 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()
|
D | ContactsContract_RawContactsTest.java | 103 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId() 120 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
|
D | ContactsContract_DataTest.java | 226 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()
|