Home
last modified time | relevance | path

Searched refs:existingDNSEntry (Results 1 – 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java504 public synchronized boolean replaceDNSEntry(DNSEntry newDNSEntry, DNSEntry existingDNSEntry) { in replaceDNSEntry() argument
506 …if ((newDNSEntry != null) && (existingDNSEntry != null) && (newDNSEntry.getKey().equals(existingDN… in replaceDNSEntry()
515 aNewValue.remove(existingDNSEntry); in replaceDNSEntry()