Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Suggestion

23 public interface Suggestion {
26 * Gets the source that produced the current suggestion.
31 * Gets the shortcut ID of the current suggestion.
49 * Gets the first text line for the current suggestion.
54 * Gets the second text line for the current suggestion.
59 * Gets the second text line URL for the current suggestion.
64 * Gets the left-hand-side icon for the current suggestion.
71 * Gets the right-hand-side icon for the current suggestion.
78 * Gets the intent action for the current suggestion.
83 * Gets the name of the activity that the intent for the current suggestion will be sent to.
88 * Gets the extra data associated with this suggestion's intent.
93 * Gets the data associated with this suggestion's intent.
98 * Gets the query associated with this suggestion's intent.
103 * Gets the suggestion log type for the current suggestion. This is logged together
110 * Checks if this suggestion is a shortcut.
115 * Checks if this is a web search suggestion.
120 * Checks whether this suggestion comes from the user's search history.
125 * Returns any extras associated with this suggestion, or {@code null} if there are none.