Home
last modified time | relevance | path

Searched refs:newDNSEntry (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()
507 … Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(newDNSEntry.getKey()); in replaceDNSEntry()
516 aNewValue.add(newDNSEntry); in replaceDNSEntry()
521 this.entrySet().add(new _CacheEntry(newDNSEntry.getKey(), aNewValue)); in replaceDNSEntry()