Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java191 public final RecordInfo<MdnsServiceRecord> srvRecord; field in MdnsRecordRepository.ServiceRegistration
232 return new ServiceRegistration(srvRecord.record.getServiceHost(), newServiceInfo, in withSubtypes()
294 srvRecord = new RecordInfo<>( in ServiceRegistration()
316 allRecords.add(srvRecord); in ServiceRegistration()
330 srvRecord = null; in ServiceRegistration()
510 if (registration.srvRecord != null) { in makeProbingInfo()
511 MdnsServiceRecord srvRecord = registration.srvRecord.record; in makeProbingInfo() local
512 probingRecords.add(new MdnsServiceRecord(srvRecord.getName(), in makeProbingInfo()
515 srvRecord.getTtl(), in makeProbingInfo()
516 srvRecord.getServicePriority(), srvRecord.getServiceWeight(), in makeProbingInfo()
[all …]