Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java195 public final RecordInfo<MdnsKeyRecord> serviceKeyRecord; field in MdnsRecordRepository.ServiceRegistration
353 this.serviceKeyRecord = new RecordInfo<>( in ServiceRegistration()
362 allRecords.add(this.serviceKeyRecord); in ServiceRegistration()
364 this.serviceKeyRecord = null; in ServiceRegistration()
533 if (registration.serviceKeyRecord != null) { in makeProbingInfo()
534 keyRecords.add(registration.serviceKeyRecord.record); in makeProbingInfo()
1229 } else if (registration.serviceKeyRecord != null) { in conflictForService()
1230 fullServiceName = registration.serviceKeyRecord.record.getName(); in conflictForService()
1247 if (record instanceof MdnsKeyRecord && equals(record, registration.serviceKeyRecord)) { in conflictForService()