Searched refs:getNameRawContactId (Results 1 – 5 of 5) sorted by relevance
123 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactIdUri()151 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithOldStyleUri()182 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithRawContactIdUri()206 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupUri()230 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupAndIdUri()264 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupWithIncorrectIdUri()297 assertEquals(-1, contact.getNameRawContactId()); in testLoadContactReturnDirectoryContactWithoutDisplayName()
257 public long getNameRawContactId() { in getNameRawContactId() method in Contact
304 public long getNameRawContactId() { in getNameRawContactId() method in Contact
1109 mReadOnlyDisplayNameId = contact.getNameRawContactId(); in setState()1270 final RawContactDelta readOnly = mState.getByRawContactId(mContact.getNameRawContactId()); in copyReadOnlyName()
1442 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()