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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 314 this.pathSegments = percentDecode(builder.encodedPathSegments, false);
452 public List<String> encodedPathSegments() {
597 result.encodedPathSegments.clear();
598 result.encodedPathSegments.addAll(encodedPathSegments());
667 final List<String> encodedPathSegments = new ArrayList<>();
672 encodedPathSegments.add(""); // The default path is '/' which needs a trailing space.
757 encodedPathSegments.set(index, canonicalPathSegment);
767 encodedPathSegments.set(index, canonicalPathSegment);
775 encodedPathSegments.remove(index)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 

Completed in 125 milliseconds