Searched refs:bHost (Results 1 – 1 of 1) sorted by relevance
348 String bHost = b.getHost(); in hostsEqual() local349 return (aHost == bHost) || aHost != null && aHost.equalsIgnoreCase(bHost); in hostsEqual()