Searched refs:doSuggestQuery (Results 1 – 2 of 2) sorted by relevance
763 return doSuggestQuery(selection, selectionArgs, match == URI_MATCH_BOOKMARKS_SUGGEST);785 private Cursor doSuggestQuery(String selection, String[] selectionArgs, boolean bookmarksOnly) {
1026 return doSuggestQuery(selection, selectionArgs, limit); in query()1132 private Cursor doSuggestQuery(String selection, String[] selectionArgs, String limit) { in doSuggestQuery() method in BrowserProvider2