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()
2524 final String encodedPath = uri.getEncodedPath(); in validateIncomingUri() local2525 if (encodedPath != null && encodedPath.indexOf("//") != -1) { in validateIncomingUri()2527 .encodedPath(encodedPath.replaceAll("//+", "/")).build(); in validateIncomingUri()
1262 String encodedPath = path.getEncoded(); in appendSspTo() local1263 if (encodedPath != null) { in appendSspTo()1264 builder.append(encodedPath); in appendSspTo()1456 public Builder encodedPath(String path) { in encodedPath() method in Uri.Builder
156 .encodedPath("/test/") in testEqualsAndHashCode()476 .encodedPath(path) in testHierarchical()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14545 HSPLandroid/net/Uri$Builder;->encodedPath(Ljava/lang/String;)Landroid/net/Uri$Builder;30887 HSPLcom/android/okhttp/HttpUrl;->encodedPath()Ljava/lang/String;
17364 method public android.net.Uri.Builder encodedPath(java.lang.String);
30576 method public android.net.Uri.Builder encodedPath(String);