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

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

Completed in 332 milliseconds