Searched refs:findMatching (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.java238 int matchInd = this.findMatching( serviceName); // probably doesn't handle near-duplicates well.
245 if ( -1 == this.findMatching( elem.fServiceName)) // probably doesn't handle near-duplicates well.
300 protected int findMatching( String match) method in class:BrowserListModel
H A DSimpleChat.java275 TargetListElem match = this.findMatching( serviceName); // probably doesn't handle near-duplicates well.
285 TargetListElem match = this.findMatching( serviceName); // probably doesn't handle near-duplicates well.
297 protected TargetListElem findMatching( String match) method in class:TargetListModel

Completed in 22 milliseconds