Searched refs:existingInfo (Results 1 – 7 of 7) sorted by relevance
198 ContactInfo existingInfo = cache.getPossiblyExpired(numberCountryIso); in queryContactInfo() local208 (!Objects.equals(existingInfo, ContactInfo.EMPTY) || isRemoteSource) in queryContactInfo()209 && !info.equals(existingInfo); in queryContactInfo()
512 Cp2Info existingInfo = entry.getValue();515 Cp2Info.Builder infoBuilder = Cp2Info.newBuilder(existingInfo);593 Cp2Info existingInfo = entry.getValue();604 if (existingInfo.getCp2ContactInfoCount() == 0) {610 for (Cp2ContactInfo cp2ContactInfo : existingInfo.getCp2ContactInfoList()) {
377 final ListenerInfo existingInfo = listeners.get(listener); in startSendAndReceive() local378 final ListenerInfo listenerInfo = new ListenerInfo(searchOptions, existingInfo); in startSendAndReceive()380 if (existingInfo == null) { in startSendAndReceive()
413 ParticipantInfo existingInfo = entry.getValue(); in updateParticipantInfo() local414 this.conferenceParticipants.remove(existingInfo); in updateParticipantInfo()
491 ImmutableMap<Long, PhoneLookupInfo> existingInfo, CallLogMutations mutations) {495 PhoneLookupInfo phoneLookupInfo = existingInfo.get(id);
722 for (TargetInfo existingInfo : mCallerTargets) { in shouldAddResolveInfo()724 dri.getResolveInfo(), existingInfo.getResolveInfo())) { in shouldAddResolveInfo()
624 for (DisplayResolveInfo existingInfo : mDisplayList) { in shouldAddResolveInfo()626 .resolveInfoMatch(dri.getResolveInfo(), existingInfo.getResolveInfo())) { in shouldAddResolveInfo()