Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java777 …DNSEntry addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.C… in getServiceInfoFromCache() local
778 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()
779 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()
787addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_A… in getServiceInfoFromCache()
788 if (addressEntry instanceof DNSRecord) { in getServiceInfoFromCache()
789 … ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent); in getServiceInfoFromCache()