Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java172 final RawContactDelta match = set.getByRawContactId(rawContactId); in insertPhone()
177 final RawContactDelta match = set.getByRawContactId(rawContactId); in getPhone()
300 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
470 first.getByRawContactId(CONTACT_BOB).addEntry(bluePhone); in testMergeDataLocalInsertRemoteInsert()
525 first.getByRawContactId(CONTACT_MARY).markDeleted(); in testMergeRawContactLocalDeleteRemoteDelete()
554 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
589 final RawContactDelta bobContact = first.getByRawContactId(CONTACT_BOB); in testMergeAfterEnsureAndTrim()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java96 final EntityDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()
255 public EntityDelta getByRawContactId(Long rawContactId) { in getByRawContactId() method in EntitySet
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java112 final RawContactDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()
433 public RawContactDelta getByRawContactId(Long rawContactId) { in getByRawContactId() method in RawContactDeltaList