Searched refs:appendEncodedPath (Results 1 – 10 of 10) sorted by relevance
98 return builder.appendEncodedPath(String.valueOf(id)); in appendId()
97 uriBuilder.appendEncodedPath(contentPath); in getSuggestions()
801 uriBuilder.appendEncodedPath(contentPath); in getSuggestions()
725 uriBuilder.appendEncodedPath(contentPath); in getSearchManagerSuggestions()
1424 public Builder appendEncodedPath(String newSegment) { in appendEncodedPath() method in Uri.Builder2291 builder = builder.appendEncodedPath(pathSegment); in withAppendedPath()
223 .appendEncodedPath("conversations/addr=555-1212") in testSms()
862 .appendEncodedPath(String.valueOf(resourceId)) in makeResourceUri()
1620 .appendEncodedPath(String.valueOf(from)) in moveItem()
1845 builder.appendEncodedPath(String.valueOf(mContactId)); in build()
13965 method public android.net.Uri.Builder appendEncodedPath(java.lang.String);