Searched refs:encodedPath (Results 1 – 4 of 4) sorted by relevance
1216 String encodedPath = path.getEncoded(); in appendSspTo() local1217 if (encodedPath != null) { in appendSspTo()1218 builder.append(encodedPath); in appendSspTo()1410 public Builder encodedPath(String path) { in encodedPath() method in Uri.Builder
150 .encodedPath("/test/") in testEqualsAndHashCode()460 .encodedPath(path) in testHierarchical()
693 .authority(mAuthority).encodedPath(path).build(); in getUriForFile()
13974 method public android.net.Uri.Builder encodedPath(java.lang.String);