Home
last modified time | relevance | path

Searched refs:contentPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchableSource.java105 String contentPath = mSearchable.getSuggestPath(); in canRead() local
106 if (contentPath != null) { in canRead()
107 uriBuilder.appendEncodedPath(contentPath); in canRead()
364 final String contentPath = searchable.getSuggestPath(); in getSuggestUriBase() local
365 if (contentPath != null) { in getSuggestUriBase()
366 uriBuilder.appendEncodedPath(contentPath); in getSuggestUriBase()
422 final String contentPath = searchable.getSuggestPath(); in getValidationCursor() local
423 if (contentPath != null) { in getValidationCursor()
424 uriBuilder.appendEncodedPath(contentPath); in getValidationCursor()
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DSourceLatency.java181 final String contentPath = searchable.getSuggestPath(); in getSuggestions() local
182 if (contentPath != null) { in getSuggestions()
183 uriBuilder.appendEncodedPath(contentPath); in getSuggestions()