Searched refs:getDestinationString (Results 1 – 3 of 3) sorted by relevance
259 String getDestinationString(String transport); in getDestinationString() method
296 public String getDestinationString(String transport) throws RemoteException { in getDestinationString() method in Trampoline298 return (svc != null) ? svc.getDestinationString(transport) : null; in getDestinationString()
9784 public String getDestinationString(String transportName) { in getDestinationString() method in BackupManagerService