Searched refs:backdoorUrlToUri (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1993 backdoorUrlToUri(new URL("http://host" + string + ".tld/")).toString());
1997 backdoorUrlToUri(new URL("http://host.tld/file" + string + "/")).toString());
2001 backdoorUrlToUri(new URL("http://host.tld/file?q" + string + "=x")).toString());
2004 backdoorUrlToUri(new URL("http://host.tld/file#" + asFragment + "-x")).toString());
2012 private URI backdoorUrlToUri(URL url) throws Exception { method in class:URLConnectionTest

Completed in 27 milliseconds