Exemple #1
0
 public String getServerFriendlyName(int index) throws IOException {
   ServiceRecord dbS = (ServiceRecord) serviceList.elementAt(index);
   return dbS.getHostDevice().getFriendlyName(true);
 }