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

/external/jmdns/src/javax/jmdns/impl/
H A DDNSEntry.java204 public boolean isSameRecordClass(DNSEntry entry) { method in class:DNSEntry
H A DDNSQuestion.java263 return this.isSameRecordClass(rec) && this.isSameType(rec) && this.getName().equals(rec.getName());

Completed in 64 milliseconds