Searched refs:dnsCache (Results 1 - 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSListener.java20 * @param dnsCache
27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); argument
H A DServiceInfoImpl.java860 * @param dnsCache
865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) { argument
892 for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN)) {
893 this.updateRecord(dnsCache, now, entry);
895 for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN)) {
896 this.updateRecord(dnsCache, now, entry);

Completed in 177 milliseconds