Searched refs:existingResponse (Results 1 – 1 of 1) sorted by relevance
381 for (MdnsResponse existingResponse : serviceCache.getCachedServices(cacheKey)) { in startSendAndReceive()382 if (!responseMatchesOptions(existingResponse, searchOptions)) continue; in startSendAndReceive()384 buildMdnsServiceInfoFromResponse(existingResponse, serviceTypeLabels); in startSendAndReceive()387 if (existingResponse.isComplete()) { in startSendAndReceive()696 MdnsResponse existingResponse = iter.next(); in tryRemoveServiceAfterTtlExpires() local697 if (existingResponse.hasServiceRecord() in tryRemoveServiceAfterTtlExpires()698 && existingResponse.getServiceRecord() in tryRemoveServiceAfterTtlExpires()700 serviceCache.removeService(existingResponse.getServiceInstanceName(), cacheKey); in tryRemoveServiceAfterTtlExpires()701 notifyRemovedServiceToListeners(existingResponse, "TTL expired"); in tryRemoveServiceAfterTtlExpires()