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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java1619 testUrlToUriMapping("abzABZ09", "abzABZ09", "abzABZ09", "abzABZ09", "abzABZ09");
1622 testUrlToUriMapping("\u0001", "%01", "%01", "%01", "%01");
1623 testUrlToUriMapping("\u001f", "%1F", "%1F", "%1F", "%1F");
1626 testUrlToUriMapping("%20", "%20", "%20", "%20", "%20");
1627 testUrlToUriMapping("%20", "%20", "%20", "%20", "%20");
1628 testUrlToUriMapping(" ", "%20", "%20", "%20", "%20");
1629 testUrlToUriMapping("!", "!", "!", "!", "!");
1630 testUrlToUriMapping("\"", "%22", "%22", "%22", "%22");
1631 testUrlToUriMapping("#", null, null, null, "%23");
1632 testUrlToUriMapping("
1674 private void testUrlToUriMapping(String string, String asAuthority, String asFile, method in class:URLConnectionTest
[all...]

Completed in 139 milliseconds