Searched refs:getByRawContactId (Results 1 – 3 of 3) sorted by relevance
172 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()
96 final EntityDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()255 public EntityDelta getByRawContactId(Long rawContactId) { in getByRawContactId() method in EntitySet
112 final RawContactDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter()433 public RawContactDelta getByRawContactId(Long rawContactId) { in getByRawContactId() method in RawContactDeltaList