Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:Suggestion

21 public interface Suggestion {
24 * Gets the source that produced the current suggestion.
29 * Gets the shortcut ID of the current suggestion.
47 * Gets the first text line for the current suggestion.
52 * Gets the second text line for the current suggestion.
57 * Gets the second text line URL for the current suggestion.
62 * Gets the left-hand-side icon for the current suggestion.
69 * Gets the right-hand-side icon for the current suggestion.
76 * Gets the intent action for the current suggestion.
81 * Gets the extra data associated with this suggestion's intent.
86 * Gets the data associated with this suggestion's intent.
91 * Gets the query associated with this suggestion's intent.
96 * Gets the suggestion log type for the current suggestion. This is logged together
103 * Checks if this suggestion is a shortcut.
108 * Checks if this is a web search suggestion.