Searched refs:existingInfo (Results 1 – 2 of 2) sorted by relevance
467 ParticipantInfo existingInfo = entry.getValue(); in updateParticipantInfo() local468 mConferenceParticipants.remove(existingInfo); in updateParticipantInfo()
505 ContactInfo existingInfo = mContactInfoCache.getPossiblyExpired(numberCountryIso); in queryContactInfo() local515 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) && in queryContactInfo()516 !info.equals(existingInfo); in queryContactInfo()