Searched refs:getNameRawContactId (Results 1 – 5 of 5) sorted by relevance
128 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactIdUri()156 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithOldStyleUri()187 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithRawContactIdUri()211 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupUri()235 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupAndIdUri()269 assertEquals(RAW_CONTACT_ID, contact.getNameRawContactId()); in testLoadContactWithContactLookupWithIncorrectIdUri()302 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()