Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java154 public final boolean isSharedName; field in MdnsRecordRepository.RecordInfo
181 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()