Searched refs:dnsCache (Results 1 – 2 of 2) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSListener.java | 27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord() argument
|
D | ServiceInfoImpl.java | 865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) { in updateRecord() argument 892 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS… in updateRecord() 893 this.updateRecord(dnsCache, now, entry); in updateRecord() 895 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CL… in updateRecord() 896 this.updateRecord(dnsCache, now, entry); in updateRecord()
|