Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DTypeResolver.java52 ServiceTypeEntry typeEntry = this.getDns().getServiceTypes().get(type); in addAnswers() local
53 …SRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL, typeEntry.getType()), now); in addAnswers()
/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java100 ServiceTypeEntry typeEntry = jmDNSImpl.getServiceTypes().get(serviceType); in addAnswers() local
101 …", DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, DNSConstants.DNS_TTL, typeEntry.getType())); in addAnswers()