HomeSort by relevance Sort by last modified time
    Searched full:resolvedstring (Results 1 - 1 of 1) sorted by null

  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 196 String resolvedString = resolved.toString();
197 resolved = URI.create(resolvedString.substring(0,
198 resolvedString.indexOf('#')));

Completed in 934 milliseconds