Searched refs:encodedPath (Results 1 – 8 of 8) sorted by relevance
140 String encodedPath = Uri.encode(pathFragment); in getUriForFile() local142 .authority(authority).encodedPath(encodedPath).build(); in getUriForFile()
1272 String encodedPath = path.getEncoded(); in appendSspTo() local1273 if (encodedPath != null) { in appendSspTo()1274 builder.append(encodedPath); in appendSspTo()1470 public Builder encodedPath(String path) { in encodedPath() method in Uri.Builder
2789 final String encodedPath = uri.getEncodedPath(); in validateIncomingUri() local2790 if (encodedPath != null && encodedPath.indexOf("//") != -1) { in validateIncomingUri()2792 .encodedPath(encodedPath.replaceAll("//+", "/")).build(); in validateIncomingUri()
183 .encodedPath("/test/") in testEqualsAndHashCode()503 .encodedPath(path) in testHierarchical()891 builder.encodedPath(path); in buildUriFromParts()
11406 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;22470 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;
11403 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;
17364 method public android.net.Uri.Builder encodedPath(java.lang.String);
28923 method public android.net.Uri.Builder encodedPath(String);