Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:suggestion

269         // Close all open suggestion cursors. The query will be redone in onResume()
385 Log.w(TAG, "Invalid suggestion position " + position + ", count = " + count);
400 // Since the intents for suggestions specified by suggestion providers,
407 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);
408 if (suggestion == null) return false;
410 if (DBG) Log.d(TAG, "Launching suggestion " + id);
413 // Log suggestion click
414 getLogger().logSuggestionClick(id, suggestion.getCursor(),
418 launchSuggestion(suggestion.getCursor(), suggestion.getPosition());
431 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);
432 if (suggestion == null) {
435 String query = suggestion.getSuggestionQuery();
441 getLogger().logSuggestionClick(id, suggestion.getCursor(),