Searched refs:isSharedName (Results 1 – 1 of 1) sorted by relevance
154 public final boolean isSharedName; field in MdnsRecordRepository.RecordInfo181 this.isSharedName = sharedName; in RecordInfo()740 || CollectionUtils.any(answerInfo, a -> a.isSharedName)) { in getReply()827 hasFullyOwnedNameMatch |= !info.isSharedName; in addReplyFromService()983 if (!record.isSharedName && Arrays.equals(name, record.record.getName())) { in countUniqueRecords()1007 if (record.isSharedName || record.record instanceof MdnsNsecRecord) continue; in addNonSharedRecordsToMap()