Home
last modified time | relevance | path

Searched refs:getNameRawContactId (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java123 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()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java257 public long getNameRawContactId() { in getNameRawContactId() method in Contact
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java304 public long getNameRawContactId() { in getNameRawContactId() method in Contact
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1109 mReadOnlyDisplayNameId = contact.getNameRawContactId(); in setState()
1270 final RawContactDelta readOnly = mState.getByRawContactId(mContact.getNameRawContactId()); in copyReadOnlyName()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1442 (contactData.getNameRawContactId() == dataItem.getRawContactId()); in dataItemToEntry()