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()
1273 String encodedPath = path.getEncoded(); in appendSspTo() local1274 if (encodedPath != null) { in appendSspTo()1275 builder.append(encodedPath); in appendSspTo()1467 public Builder encodedPath(String path) { in encodedPath() method in Uri.Builder
2759 final String encodedPath = uri.getEncodedPath(); in validateIncomingUri() local2760 if (encodedPath != null && encodedPath.indexOf("//") != -1) { in validateIncomingUri()2762 .encodedPath(encodedPath.replaceAll("//+", "/")).build(); in validateIncomingUri()
174 .encodedPath("/test/") in testEqualsAndHashCode()494 .encodedPath(path) in testHierarchical()
11584 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;22877 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11581 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;
28421 method public android.net.Uri.Builder encodedPath(String);