Home
last modified time | relevance | path

Searched refs:aHost (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
DURLStreamHandler.java347 String aHost = a.getHost(); in hostsEqual() local
349 return (aHost == bHost) || aHost != null && aHost.equalsIgnoreCase(bHost); in hostsEqual()
DPlainSocketImpl.java157 protected void connect(String aHost, int aPort) throws IOException { in connect() argument
158 connect(InetAddress.getByName(aHost), aPort); in connect()