Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java197 public final RecordInfo<MdnsKeyRecord> hostKeyRecord; field in MdnsRecordRepository.ServiceRegistration
367 this.hostKeyRecord = new RecordInfo<>( in ServiceRegistration()
376 allRecords.add(this.hostKeyRecord); in ServiceRegistration()
378 this.hostKeyRecord = null; in ServiceRegistration()
536 if (registration.hostKeyRecord != null) { in makeProbingInfo()
537 keyRecords.add(registration.hostKeyRecord.record); in makeProbingInfo()
1263 if (registration.addressRecords.isEmpty() && registration.hostKeyRecord == null) { in conflictForHost()
1284 if (record instanceof MdnsKeyRecord && equals(record, registration.hostKeyRecord)) { in conflictForHost()
1296 if (record instanceof MdnsKeyRecord && registration.hostKeyRecord != null) { in conflictForHost()