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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java245 if ( -1 == this.findMatching( elem.fServiceName)) // probably doesn't handle near-duplicates well.
259 { fServiceName = serviceName; fDomain = domain; fType = type; fInt = ifIndex; }
261 public String toString() { return fServiceName; }
263 public String fServiceName, fDomain, fType; field in class:BrowserListModel.BrowserListElem
270 return sel.fServiceName;
H A DSimpleChat.java212 resolver = DNSSD.resolve( 0, sel.fInt, sel.fServiceName, sel.fType, sel.fDomain, this);
261 { fServiceName = serviceName; fDomain = domain; fType = type; fInt = ifIndex; }
263 public String toString() { return fServiceName; }
265 public String fServiceName, fDomain, fType; field in class:TargetListElem

Completed in 23 milliseconds