Searched refs:localEntity (Results 1 – 2 of 2) sorted by relevance
96 final EntityDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter() local97 final EntityDelta merged = EntityDelta.mergeAfter(localEntity, remoteEntity); in mergeAfter()99 if (localEntity == null && merged != null) { in mergeAfter()
112 final RawContactDelta localEntity = local.getByRawContactId(rawContactId); in mergeAfter() local113 final RawContactDelta merged = RawContactDelta.mergeAfter(localEntity, remoteEntity); in mergeAfter()115 if (localEntity == null && merged != null) { in mergeAfter()