Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java797 …DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE… in getServiceInfoFromCache() local
798 if (textEntry instanceof DNSRecord) { in getServiceInfoFromCache()
799 ServiceInfo cachedTextInfo = ((DNSRecord) textEntry).getServiceInfo(persistent); in getServiceInfoFromCache()