HomeSort by relevance Sort by last modified time
    Searched defs:toUriLenient (Results 1 - 2 of 2) sorted by null

  /external/okhttp/android/main/java/libcore/util/
Libcore.java 181 public static URI toUriLenient(URL url) throws URISyntaxException {
182 return url.toURI(); // this isn't as good as the built-in toUriLenient
  /external/okhttp/src/main/java/libcore/util/
Libcore.java 239 public static URI toUriLenient(URL url) throws URISyntaxException {
240 return url.toURI(); // this isn't as good as the built-in toUriLenient

Completed in 3096 milliseconds