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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1990 String asQuery, String asFragment) throws Exception {
2003 assertEquals("http://host.tld/file#" + asFragment + "-x",
2004 backdoorUrlToUri(new URL("http://host.tld/file#" + asFragment + "-x")).toString());
1989 testUrlToUriMapping(String string, String asAuthority, String asFile, String asQuery, String asFragment) argument

Completed in 20 milliseconds