Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java749 final ServiceInfoImpl info = this.getServiceInfoFromCache(type, name, subtype, persistent); in resolveServiceInfo()
756 …ServiceInfoImpl getServiceInfoFromCache(String type, String name, String subtype, boolean persiste… in getServiceInfoFromCache() method in JmDNSImpl
1268 … ServiceInfo info = this.getServiceInfoFromCache(event.getType(), event.getName(), "", false); in updateRecord()