Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java94 boolean suppressedBy(DNSIncoming msg) { in suppressedBy() method in DNSRecord
97 if (suppressedBy(answer)) { in suppressedBy()
112 boolean suppressedBy(DNSRecord other) { in suppressedBy() method in DNSRecord
DDNSOutgoing.java262 if ((in == null) || !rec.suppressedBy(in)) { in addAnswer()