Searched refs:encodedPath (Results 1 – 1 of 1) sorted by relevance
1165 String encodedPath = path.getEncoded(); in appendSspTo() local1166 if (encodedPath != null) { in appendSspTo()1167 builder.append(encodedPath); in appendSspTo()1357 public Builder encodedPath(String path) { in encodedPath() method in Uri__FromAndroid.Builder