Home
last modified time | relevance | path

Searched refs:getByRawContactId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java163 final RawContactDelta match = set.getByRawContactId(rawContactId); in insertPhone()
168 final RawContactDelta match = set.getByRawContactId(rawContactId); in getPhone()
291 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
461 first.getByRawContactId(CONTACT_BOB).addEntry(bluePhone); in testMergeDataLocalInsertRemoteInsert()
516 first.getByRawContactId(CONTACT_MARY).markDeleted(); in testMergeRawContactLocalDeleteRemoteDelete()
545 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
580 final RawContactDelta bobContact = first.getByRawContactId(CONTACT_BOB); in testMergeAfterEnsureAndTrim()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java110 final RawContactDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()
323 public RawContactDelta getByRawContactId(Long rawContactId) { in getByRawContactId() method in RawContactDeltaList
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java964 && !mState.getByRawContactId(mRawContactIdToDisplayAlone) in isEditingReadOnlyRawContact()
988 .getByRawContactId(mReadOnlyDisplayNameId); in hasPendingChanges()
1270 final RawContactDelta readOnly = mState.getByRawContactId(mContact.getNameRawContactId()); in copyReadOnlyName()