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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java1678 backdoorUrlToUri(new URL("http://host" + string + ".tld/")).toString());
1682 backdoorUrlToUri(new URL("http://host.tld/file" + string + "/")).toString());
1686 backdoorUrlToUri(new URL("http://host.tld/file?q" + string + "=x")).toString());
1689 backdoorUrlToUri(new URL("http://host.tld/file#" + asFragment + "-x")).toString());
1697 private URI backdoorUrlToUri(URL url) throws Exception { method in class:URLConnectionTest

Completed in 64 milliseconds