Searched refs:testDNSEntry (Results 1 – 1 of 1) sorted by relevance
388 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() local435 …if (!testDNSEntry.getRecordType().equals(type) || ((DNSRecordClass.CLASS_ANY != recordClass) && !t… in getDNSEntryList()