Searched defs:getHost (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DURLStreamHandler.java108 String host = u.getHost();
373 String host = url.getHost();
405 String host1 = getHost(url1), host2 = getHost(url2);
459 private static String getHost(URL url) { method in class:URLStreamHandler
460 String host = url.getHost();
H A DURL.java261 set(protocol, context.getHost(), context.getPort(), context
279 set(context.getProtocol(), context.getHost(), context.getPort(),
810 public String getHost() { method in class:URL
H A DURI.java1157 public String getHost() { method in class:URI
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java345 m_host = p_other.getHost();
462 m_host = p_base.getHost();
486 m_host = p_base.getHost();
922 public String getHost() method in class:URI
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DURI.java342 m_host = p_other.getHost();
482 m_host = p_base.getHost();
506 m_host = p_base.getHost();
942 public String getHost() method in class:URI

Completed in 574 milliseconds