Searched refs:appendEncodedPath (Results 1 – 10 of 10) sorted by relevance
53 return builder.appendEncodedPath(String.valueOf(id)); in appendId()
112 .appendEncodedPath(APPLICATION_PATH) in componentNameToUri()
1503 .appendEncodedPath(String.valueOf(from)) in moveItem()
1813 builder.appendEncodedPath(String.valueOf(mContactId)); in build()
785 uriBuilder.appendEncodedPath(contentPath); in getSuggestions()
716 .appendEncodedPath(String.valueOf(resourceId)) in makeResourceUri()
1421 public Builder appendEncodedPath(String newSegment) { in appendEncodedPath() method in Uri.Builder2351 builder = builder.appendEncodedPath(pathSegment); in withAppendedPath()
225 .appendEncodedPath("conversations/addr=555-1212") in testSms()
11813 method public android.net.Uri.Builder appendEncodedPath(java.lang.String);