Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java388 for (DNSEntry testDNSEntry : entryList) { in getDNSEntry()
389 if (testDNSEntry.isSameEntry(dnsEntry)) { in getDNSEntry()
390 result = testDNSEntry; in getDNSEntry()
411 for (DNSEntry testDNSEntry : entryList) { in getDNSEntry()
412 …if (testDNSEntry.getRecordType().equals(type) && ((DNSRecordClass.CLASS_ANY == recordClass) || tes… in getDNSEntry()
413 result = testDNSEntry; in getDNSEntry()
434 DNSEntry testDNSEntry = i.next(); in getDNSEntryList() local
435 …if (!testDNSEntry.getRecordType().equals(type) || ((DNSRecordClass.CLASS_ANY != recordClass) && !t… in getDNSEntryList()