Searched refs:contentPath (Results 1 – 2 of 2) sorted by relevance
105 String contentPath = mSearchable.getSuggestPath(); in canRead() local106 if (contentPath != null) { in canRead()107 uriBuilder.appendEncodedPath(contentPath); in canRead()364 final String contentPath = searchable.getSuggestPath(); in getSuggestUriBase() local365 if (contentPath != null) { in getSuggestUriBase()366 uriBuilder.appendEncodedPath(contentPath); in getSuggestUriBase()422 final String contentPath = searchable.getSuggestPath(); in getValidationCursor() local423 if (contentPath != null) { in getValidationCursor()424 uriBuilder.appendEncodedPath(contentPath); in getValidationCursor()
181 final String contentPath = searchable.getSuggestPath(); in getSuggestions() local182 if (contentPath != null) { in getSuggestions()183 uriBuilder.appendEncodedPath(contentPath); in getSuggestions()