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

/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java55 public DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl); method in interface:DNSTaskStarter.Factory.ClassDelegate
95 protected static DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl) { method in class:DNSTaskStarter.Factory
99 instance = delegate.newDNSTaskStarter(jmDNSImpl);
130 _instances.putIfAbsent(jmDNSImpl, newDNSTaskStarter(jmDNSImpl));

Completed in 189 milliseconds